Update panel_task.py

This commit is contained in:
Mr Chen 2024-12-09 01:36:51 +08:00
parent 47569c475f
commit 7bb7ce2ef3
1 changed files with 0 additions and 1 deletions

View File

@ -156,7 +156,6 @@ def panelPluginStatusCheck():
start_t = time.time()
plugin.instance().autoCachePluginStatus()
end_t = time.time()
print('cos:', end_t - start_t)
time.sleep(60)
except Exception as ex:
print('panelPluginStatusCheck:',mw.getTracebackInfo())