diff --git a/plugins/mysql/index.py b/plugins/mysql/index.py index 461eec92c..ab5ab037e 100755 --- a/plugins/mysql/index.py +++ b/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':