first recommendation draft

This commit is contained in:
cwilvx
2024-10-25 23:26:08 +03:00
parent a26373669d
commit c4a73f0d63
15 changed files with 393 additions and 6 deletions
+2
View File
@@ -21,6 +21,7 @@ import setproctitle
from app.api import create_api
from app.arg_handler import ProcessArgs
from app.crons import start_cron_jobs
from app.lib.index import IndexEverything
from app.plugins.register import register_plugins
from app.settings import FLASKVARS, TCOLOR, Info
@@ -74,6 +75,7 @@ def run_swingmusic():
log_startup_info()
bg_run_setup()
register_plugins()
start_cron_jobs()
# start_watchdog()