mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-14 18:04:43 +08:00
Fix for --no-update
This commit is contained in:
parent
badfb3f866
commit
850fb666b6
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue