From a22f89797a61fcaa219126c31d928743b6bafcde Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 7 Jan 2023 00:50: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 fc5a8f874..f53712c78 100755 --- a/plugins/webstats/index.py +++ b/plugins/webstats/index.py @@ -283,7 +283,7 @@ def stop(): def restart(): initDreplace() - mw.opWeb("reload") + mw.opWeb("restart") return 'ok'