From f0071b5e82a9f9c6037074f33d5ff7c53bec30c3 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 9 Dec 2024 15:52:21 +0800 Subject: [PATCH] Update panel_task.py --- panel_task.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panel_task.py b/panel_task.py index 34dbbab97..344637628 100755 --- a/panel_task.py +++ b/panel_task.py @@ -153,9 +153,9 @@ def panelPluginStatusCheck(): from utils.plugin import plugin try: while True: - start_t = time.time() + # start_t = time.time() plugin.instance().autoCachePluginStatus() - end_t = time.time() + # end_t = time.time() time.sleep(60) except Exception as ex: print('panelPluginStatusCheck:',mw.getTracebackInfo())