Commit d474f100 by Őry Máté

manager: fix pep8

parent 71a68aee
......@@ -13,7 +13,7 @@ celery = Celery('manager', backend='amqp',
'firewall.tasks.local_tasks'])
celery.conf.update(
CELERY_TASK_RESULT_EXPIRES = 300,
CELERY_TASK_RESULT_EXPIRES=300,
CELERY_QUEUES=(
Queue(HOSTNAME + '.man', Exchange('manager', type='direct'),
routing_key="manager"),
......
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