2du hace 4 años
padre
commit
79e75ae9f9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 = {}