From aa6748c09d9039cb33bd62ab4fadcf571313cce2 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 15 May 2024 17:32:11 +0800 Subject: [PATCH] Update index.py --- plugins/mysql/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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':