This commit is contained in:
2024-12-09 09:25:58 +08:00
parent 8d6159d302
commit 515bf156ab
6 changed files with 69 additions and 7 deletions

View File

@ -15,4 +15,4 @@ while True:
for task in task_list:
print("start task:", task)
biz.task.start_task(task)
sleep(1)
sleep(10000)