diff --git a/plugins/webstats/tool_task.py b/plugins/webstats/tool_task.py index 614c34ccb..fdfa64393 100644 --- a/plugins/webstats/tool_task.py +++ b/plugins/webstats/tool_task.py @@ -66,8 +66,6 @@ def createBgTask(): return True - - cmd = "cd " + mw.getPanelDir() + " && nice -n 10 python3 " + getPluginDir() + "/tool_task.py execute" params = { 'name': name,