Skip to content
Snippets Groups Projects
Commit 1a265f47 authored by Erik Reid's avatar Erik Reid
Browse files

pep8

parent d3879214
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ def reload_router_config(equipment_name):
worker.reload_router_config.delay(equipment_name)
return Response("OK")
@routes.route("check-task-status/<task_id>")
def check_task_status(task_id):
return jsonify(worker.check_task_status(task_id))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment