Browse Source

이머전시 툴에도 적용

Surplus_Up (2DU) 6 năm trước cách đây
mục cha
commit
b4e5202df4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 = '')