mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
first recommendation draft
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user