Added sched module for the loop

This commit is contained in:
Antonio de la Rosa 2021-07-09 18:37:10 +02:00
parent 87b4af1c06
commit 7bf7043bc5

View file

@ -141,7 +141,7 @@ def run_start(sc):
run(url, group)
sc.enter(60, 1, start, (sc,))
sc.enter(60, 1, run_start, (sc,))
"""
while True: