Commit 75467ac1 by Kálmán Viktor

fix pep8 errors

parent ef42c3e4
......@@ -11,7 +11,7 @@ celery = Celery('storagedriver', backend='amqp',
include=['storagedriver'])
celery.conf.update(
CELERY_TASK_RESULT_EXPIRES = 300,
CELERY_TASK_RESULT_EXPIRES=300,
CELERY_QUEUES=(
Queue(HOSTNAME + '.storage', Exchange(
'storagedriver', type='direct'), routing_key='storagedriver'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment