Added sched module for the loop
This commit is contained in:
parent
87b4af1c06
commit
7bf7043bc5
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ def run_start(sc):
|
||||||
|
|
||||||
run(url, group)
|
run(url, group)
|
||||||
|
|
||||||
sc.enter(60, 1, start, (sc,))
|
sc.enter(60, 1, run_start, (sc,))
|
||||||
|
|
||||||
"""
|
"""
|
||||||
while True:
|
while True:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue