liuxingchen 1 rok temu
rodzic
commit
079bfbfbdf
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      001_h511/imageCapture/dataBase_api.py

+ 1 - 2
001_h511/imageCapture/dataBase_api.py

@@ -41,7 +41,7 @@ class Mysql:
                     host='127.0.0.1',
                     port = 3306,
                     user='root',
-                    passwd='zzZZ4144670..',
+                    passwd='',
                     db ='centralized_control_db',
                     )
             '''          
@@ -367,4 +367,3 @@ def redisSave(dataList,conn):
             return e               
         else:
             return True
-