Update scheduler.py

This commit is contained in:
morpheus65535 2018-09-17 13:56:00 -04:00 committed by GitHub
parent d184c5a6af
commit aa952e7bce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,8 @@ from get_episodes import update_all_episodes, update_all_movies, sync_episodes
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