2du 4 년 전
부모
커밋
79e75ae9f9
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 = {}