Update index.py

pull/109/head
midoks 4 years ago
parent e7ae59986f
commit 9fe5da8de9
  1. 3
      plugins/mysql/index.py

@ -1639,6 +1639,9 @@ def fullSync(version=''):
if os.path.exists(status_file):
c = mw.readFile(status_file)
d = json.loads(c)
if d['code'] == '6':
os.remove(status_file)
return c
return json.dumps({'code': 0, 'msg': '点击开始,开始导入!', 'progress': 0})

Loading…
Cancel
Save