@@ -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 = '')