Fix sleep on creating tasks

pull/54/head
Filipe Santos 7 years ago
parent d27ee19f3b
commit 7e1dd2f2d9

@ -752,6 +752,9 @@ def run(add_delay=2.5, sort='votes', no_search=False, run_now=False, no_notifica
if run_now:
shows_schedule.run()
# Sleep between tasks
time.sleep(add_delay)
# Enter running schedule
while True:
try:

Loading…
Cancel
Save