mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-15 02:15:37 +08:00
Update scheduler.py
This commit is contained in:
parent
d184c5a6af
commit
aa952e7bce
1 changed files with 3 additions and 2 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 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
|
||||
|
@ -63,4 +64,4 @@ if integration[12] is True or integration[13] is True:
|
|||
|
||||
sonarr_full_update()
|
||||
radarr_full_update()
|
||||
scheduler.start()
|
||||
scheduler.start()
|
||||
|
|
Loading…
Reference in a new issue