We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf67e9 commit d158447Copy full SHA for d158447
gitconsensusservice/__init__.py
@@ -12,7 +12,6 @@
12
app.config.update(yaml.load(infile.read()))
13
14
if 'CELERY_BROKER' in app.config:
15
- print(app.config['CELERY_BROKER'])
16
celery = Celery('gitconsensus', broker=app.config['CELERY_BROKER'])
17
else:
18
celery = Celery('gitconsensus')
0 commit comments