From a4e2b2d8b4cc262ebcd82323e4fa10e4b8e40fb5 Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 12 Oct 2023 01:46:01 +0800 Subject: [PATCH] Update files_api.py --- class/core/files_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/core/files_api.py b/class/core/files_api.py index f7e7598cb..d2f62dcc9 100755 --- a/class/core/files_api.py +++ b/class/core/files_api.py @@ -807,7 +807,7 @@ class files_api: if path.find("web_conf") > 0: mw.restartWeb() - mw.writeLog('文件管理', '文件保存成功', (path,)) + mw.writeLog('文件管理', '文件[{1}]保存成功', (path,)) return mw.returnJson(True, '文件保存成功') except Exception as ex: return mw.returnJson(False, '文件保存错误:' + str(ex))