Skip to content

Commit

Permalink
Update scheduler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus65535 authored Sep 17, 2018
1 parent d184c5a commit aa952e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
from get_movies import update_movies
from list_subtitles import store_subtitles
from get_subtitle import wanted_search_missing_subtitles
from check_update import check_and_apply_update
if no_update is False:
from check_update import check_and_apply_update

from apscheduler.schedulers.background import BackgroundScheduler
from apscheduler.triggers.interval import IntervalTrigger
Expand Down Expand Up @@ -63,4 +64,4 @@ def execute_now(taskid):

sonarr_full_update()
radarr_full_update()
scheduler.start()
scheduler.start()

0 comments on commit aa952e7

Please sign in to comment.