From 97cdd3c94fb8117b94dc5555f1f525c8217e1be2 Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 21 Nov 2021 16:20:40 +0800 Subject: [PATCH] Update index.py --- plugins/mysql/index.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/mysql/index.py b/plugins/mysql/index.py index 04c474311..b78c56188 100755 --- a/plugins/mysql/index.py +++ b/plugins/mysql/index.py @@ -1453,7 +1453,6 @@ def setMasterStatus(version=''): mw.writeFile(conf, con) restart(version) - time.sleep(2) return mw.returnJson(True, '设置成功')