From a679c0e90c8d74d88f57fe8d15ec4c7bec3c1137 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 17 May 2024 03:26:37 +0800 Subject: [PATCH] Update index.py --- plugins/mysql/index.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/mysql/index.py b/plugins/mysql/index.py index df9c4cf2f..bfe3d52cc 100755 --- a/plugins/mysql/index.py +++ b/plugins/mysql/index.py @@ -3451,11 +3451,11 @@ def doFullSyncUser(version=''): db.query("start all slaves") time_all_e = time.time() cos = time_all_e - time_all_s - writeDbSyncStatus({'code': 6, 'msg': '总耗时'+str(int(cos))+'从库重启完成...', 'progress': 100}) + writeDbSyncStatus({'code': 6, 'msg': '总耗时:'+str(int(cos))+'秒,从库重启完成...', 'progress': 100}) if os.path.exists(bak_file): os.system("rm -rf " + bak_file) - + return True