Update index.py

pull/579/head
Mr Chen 12 months ago
parent cfcd4c2050
commit c7077ec283
  1. 4
      plugins/mariadb/index.py

@ -2718,8 +2718,8 @@ def doFullSyncUser(version=''):
writeDbSyncStatus({'code': 4.1, 'msg': '正在导入数据中,别着急...', 'progress': 59}) writeDbSyncStatus({'code': 4.1, 'msg': '正在导入数据中,别着急...', 'progress': 59})
return False return False
if os.path.exists(bak_file): # if os.path.exists(bak_file):
db.execute('reset master') # db.execute('reset master')
time_s = time.time() time_s = time.time()
if os.path.exists(bak_file): if os.path.exists(bak_file):

Loading…
Cancel
Save