Update panel_task.py

pull/632/head
Mr Chen 6 months ago
parent 6bf4371a2b
commit 36bd8d8a1f
  1. 1
      panel_task.py

@ -112,7 +112,6 @@ def runPanelTask():
thisdb.setTaskStatus(run_task['id'], 1) thisdb.setTaskStatus(run_task['id'], 1)
except Exception as e: except Exception as e:
print(mw.getTracebackInfo()) print(mw.getTracebackInfo())
time.sleep(10)
# 站点过期检查 # 站点过期检查
# siteEdate() # siteEdate()

Loading…
Cancel
Save