From 88196175f4aa2280b59f7424b72d2bbb7604b219 Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 1 Dec 2022 17:42:20 +0800 Subject: [PATCH] Update index.py --- plugins/webstats/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/webstats/index.py b/plugins/webstats/index.py index 5af40995f..b2028a702 100755 --- a/plugins/webstats/index.py +++ b/plugins/webstats/index.py @@ -280,7 +280,7 @@ def reload(): initDreplace() loadDebugLogFile() - mw.opWeb("reload") + mw.opWeb("restart") return 'ok'