no log: fixed bad import and added event to update tasks frequency.

This commit is contained in:
morpheus65535 2021-12-02 09:04:53 -05:00
parent d51dc68ebb
commit 20311f3768
1 changed files with 3 additions and 1 deletions

View File

@ -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