From 736677fdc6cf1a6ce6d7e05e012f09ced9c244f8 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Thu, 6 Jun 2024 19:18:57 +0800 Subject: [PATCH] Update index.py --- plugins/clean/index.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/clean/index.py b/plugins/clean/index.py index 34c699490..63f9c0cba 100755 --- a/plugins/clean/index.py +++ b/plugins/clean/index.py @@ -206,12 +206,9 @@ def cleanDirLog(path): def cleanRun(): - # cleanLog() plugin_dir = getPluginDir() - # print(plugin_dir) log_file = getServerDir()+'/clean.log' cmd = 'python3 '+plugin_dir+'/index.py clean > '+log_file - # print(cmd) os.system(cmd) return mw.returnJson(True, '执行成功!')