Fix for --no-update

This commit is contained in:
morpheus65535 2018-09-13 06:58:50 -04:00
parent badfb3f866
commit 850fb666b6

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 download_best_subtitles, 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 datetime import datetime