first commit
This commit is contained in:
parent
8e58e24d2e
commit
973c47ff25
16 changed files with 866 additions and 0 deletions
6
flush.py
Normal file
6
flush.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from apscheduler.schedulers.blocking import BlockingScheduler
|
||||
from cookie import update_token,suno_auth
|
||||
|
||||
schedulers = BlockingScheduler()
|
||||
schedulers.add_job(update_token, "interval", minutes=30,args=[suno_auth])
|
||||
schedulers.start()
|
Loading…
Add table
Add a link
Reference in a new issue