This commit is contained in:
xyj 2024-03-06 09:22:58 +08:00
parent 77ca56ce31
commit 98eafc753a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ def job():
# 每半小时执行一次
schedule.every(5).minutes.do(job)
schedule.every(10).minutes.do(job)
try:
while True:
schedule.run_pending()