Commit 5c30cc6f by Bach Dániel Committed by cloud

firewall: add get_dhcp_clients_task

parent 743f544f
......@@ -27,6 +27,11 @@ def reload_blacklist_task(data):
pass
@celery.task
def get_dhcp_clients_task(data):
pass
class Periodic(PeriodicTask):
run_every = timedelta(seconds=10)
......
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