Changeset - 488a1fa637a0
[Not reviewed]
default
0 1 0
Mads Kiilerich (mads) - 5 years ago 2020-11-07 18:49:57
mads@kiilerich.com
Grafted from: 71b67e962be0
celery: fix CELERY_APP creation after breakage in ea1c608efa3a

A part of change still under development had sneaked in.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/config/app_cfg.py
Show inline comments
 
@@ -136,7 +136,7 @@ def setup_configuration(app):
 
    kallithea.DEFAULT_USER_ID = db.User.get_default_user().user_id
 

	
 
    if asbool(config.get('use_celery')):
 
        kallithea.CELERY_APP = celery_app.make_celery_app()
 
        kallithea.CELERY_APP = celery_app.make_app()
 
    kallithea.CONFIG = config
 

	
 
    load_extensions(root_path=config['here'])
0 comments (0 inline, 0 general)