2du il y a 4 ans
Parent
commit
79e75ae9f9
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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 = {}