Merge branch 'feat/watched-played' of https://github.com/l3uddz/traktarr into feat/watched-played

* 'feat/watched-played' of https://github.com/l3uddz/traktarr:
  Fix sleep on creating tasks
pull/35/head
James 7 years ago
commit a8e4f5fa0f

@ -754,6 +754,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