Loading openflexure_microscope/api/v2/blueprints/tasks.py +1 −1 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ class TaskAPI(MethodView): """ try: task = tasks[task_id] task = tasks.tasks()[task_id] except KeyError: return abort(404) # 404 Not Found Loading Loading
openflexure_microscope/api/v2/blueprints/tasks.py +1 −1 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ class TaskAPI(MethodView): """ try: task = tasks[task_id] task = tasks.tasks()[task_id] except KeyError: return abort(404) # 404 Not Found Loading