From 0a1e47da4d4905d4e3ec7024f11224f3d56d5cd9 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 26 Jun 2024 17:52:41 +0800 Subject: [PATCH] Update index.py --- plugins/sphinx/index.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/sphinx/index.py b/plugins/sphinx/index.py index d57c17e14..435d2e7df 100755 --- a/plugins/sphinx/index.py +++ b/plugins/sphinx/index.py @@ -198,6 +198,8 @@ def start(): def stop(): + import tool_cron + tool_cron.removeBgTask() return sphOp('stop')