mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
Comment out scheduler.
This commit is contained in:
parent
064481d1bd
commit
417a00269d
@ -23,8 +23,8 @@ def create_app(config_name):
|
||||
db.init_app(app)
|
||||
login_manager.init_app(app)
|
||||
mail.init_app(app)
|
||||
scheduler.init_app(app)
|
||||
scheduler.start()
|
||||
# scheduler.init_app(app)
|
||||
# scheduler.start()
|
||||
socketio.init_app(app, message_qeue='redis://')
|
||||
|
||||
from .auth import auth as auth_blueprint
|
||||
|
Loading…
Reference in New Issue
Block a user