From e19f7702dbb5863c9af59d4091665e9b2ccb7607 Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 6 Jan 2023 20:52:07 +0800 Subject: [PATCH] Update tool_task.py --- plugins/webstats/tool_task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/webstats/tool_task.py b/plugins/webstats/tool_task.py index 09e83daf8..72b65366a 100644 --- a/plugins/webstats/tool_task.py +++ b/plugins/webstats/tool_task.py @@ -95,7 +95,7 @@ def removeBgTask(): data = api.delete(cfg["task_id"]) if data[0]: - print(data[1]) + # print(data[1]) cfg["task_id"] = -1 mw.writeFile(getTaskConf(), json.dumps(cfg)) return True