mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
start schedule
This commit is contained in:
parent
3d4153f941
commit
d82ee0fa31
@ -27,6 +27,7 @@ class UsersController:
|
|||||||
self.users_helper = users_helper
|
self.users_helper = users_helper
|
||||||
self.authentication = authentication
|
self.authentication = authentication
|
||||||
self.scheduler = BackgroundScheduler(timezone="Etc/UTC")
|
self.scheduler = BackgroundScheduler(timezone="Etc/UTC")
|
||||||
|
self.scheduler.start()
|
||||||
|
|
||||||
_permissions_props = {
|
_permissions_props = {
|
||||||
"name": {
|
"name": {
|
||||||
|
Loading…
Reference in New Issue
Block a user