Update index.py

pull/577/head
Mr Chen 1 year ago
parent 05992b5f82
commit aa6748c09d
  1. 2
      plugins/mysql/index.py

@ -3055,7 +3055,7 @@ def syncDatabaseRepairLog(version=''):
# print(cmd)
if op == 'get':
log = mw.getLastLine(tmp_log, 17)
log = mw.getLastLine(tmp_log, 16)
return mw.returnJson(True, log)
if op == 'cmd':

Loading…
Cancel
Save