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