From 1fdc8e3b6e10d9358c888238cc6ec01899a8db2e Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 26 Jul 2022 11:51:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E5=8A=A8=E6=97=B6=EF=BC=8C=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/webstats/index.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/webstats/index.py b/plugins/webstats/index.py index 8816c5e73..3a1f4cb82 100755 --- a/plugins/webstats/index.py +++ b/plugins/webstats/index.py @@ -218,6 +218,9 @@ def initDreplace(): def start(): initDreplace() + import tool_task + tool_task.createBgTask() + if not mw.isAppleSystem(): mw.execShell("chown -R www:www " + getServerDir())