From 67b7f9cf43852cc9c8c36a7d41637d040ea97719 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 15 Aug 2022 13:04:32 +0800 Subject: [PATCH] Update system_api.py --- class/core/system_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/core/system_api.py b/class/core/system_api.py index 28ed0c283..083380c1e 100755 --- a/class/core/system_api.py +++ b/class/core/system_api.py @@ -699,7 +699,7 @@ class system_api: mw.execShell('rm -rf ' + toPath + '/mw.zip') self.restartMw() - return mw.returnJson(True, '安装更新成功,需自己重启!') + return mw.returnJson(True, '安装更新成功!') return mw.returnJson(False, '已经是最新,无需更新!') except Exception as ex: