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
+12
View File
@@ -0,0 +1,12 @@
import time
import schedule
from app.crons.mixes import Mixes
from app.utils.threading import background
@background
def start_cron_jobs():
Mixes().run()
# schedule.run_pending()