Moved project wide schedule instance to the runtime.py file
This commit is contained in:
4
apps/scheduler/runtime.py
Normal file
4
apps/scheduler/runtime.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from apscheduler.scheduler import Scheduler
|
||||
|
||||
scheduler = Scheduler()
|
||||
scheduler.start()
|
||||
Reference in New Issue
Block a user