Skip to content

Commit

Permalink
Update config variable name of HDB in celery worker
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Jun 10, 2019
1 parent 011fec9 commit cad9194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/celery_worker.py
@@ -1,5 +1,5 @@
from app import celery
from app import create_app

app = create_app(config_override={'BDB_READONLY': True})
app = create_app(config_override={'HDB_READONLY': True})
celery

0 comments on commit cad9194

Please sign in to comment.