Update panel_task.py

This commit is contained in:
Mr Chen 2024-11-05 01:16:17 +08:00
parent 36bd8d8a1f
commit 8d2e70c31e
1 changed files with 0 additions and 1 deletions

View File

@ -123,7 +123,6 @@ def startPanelTask():
runPanelTask()
time.sleep(1)
except Exception as e:
print(mw.getTracebackInfo())
time.sleep(10)
startPanelTask()