2du 4 年之前
父節點
當前提交
23ffa5c759
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app.py

+ 1 - 0
app.py

@@ -126,6 +126,7 @@ if data_db_set['type'] == 'mysql':
 db_data_get(data_db_set['type'])
 conn = get_conn(data_db_set)
 load_conn(conn)
+curs = conn.cursor()
 
 # Init-Create_DB
 create_data = {}