Parcourir la source

이머전시 툴에도 적용

Surplus_Up (2DU) il y a 6 ans
Parent
commit
b4e5202df4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      emergency_tool.py

+ 1 - 1
emergency_tool.py

@@ -74,7 +74,7 @@ if set_data['db_type'] == 'mysql':
     try:
         set_data_mysql = json.loads(open('data/mysql.json', encoding='utf8').read())
     except:
-        new_json = ['', '']
+        new_json = ['', '', '']
 
         while 1:
             print('DB user ID : ', end = '')