mirror of https://github.com/morpheus65535/bazarr
no log: fixed bad import and added event to update tasks frequency.
This commit is contained in:
parent
d51dc68ebb
commit
20311f3768
|
@ -463,8 +463,10 @@ def save_settings(settings_items):
|
|||
configure_captcha_func()
|
||||
|
||||
if update_schedule:
|
||||
from api import scheduler
|
||||
from scheduler import scheduler
|
||||
from event_handler import event_stream
|
||||
scheduler.update_configurable_tasks()
|
||||
event_stream(type='task')
|
||||
|
||||
if sonarr_changed:
|
||||
from signalr_client import sonarr_signalr_client
|
||||
|
|
Loading…
Reference in New Issue