Commit f9c10050 by Bach Dániel

firewall: fix typo in local_tasks

parent 4cbe87c7
......@@ -20,7 +20,7 @@ def _apply_once(name, queues, task, data):
cache.delete(lockname)
for queue in queues:
task.apply_async(args=data, queue=queue)
task.apply_async(args=data(), queue=queue)
logger.info("%s configuration is reloaded.", name)
......
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