瀏覽代碼

이머전시 툴에도 적용

Surplus_Up (2DU) 6 年之前
父節點
當前提交
b4e5202df4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 = '')