Browse Source

脚本统一

liuxingchen 1 năm trước cách đây
mục cha
commit
079bfbfbdf
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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
-