Updated tasks nomenclature

This commit is contained in:
Joel Collins 2020-07-21 12:54:42 +01:00
parent 56051f8863
commit 24398ba7dc
27 changed files with 100 additions and 136 deletions

View file

@ -8,10 +8,10 @@ as well as some Flask imports to simplify API route development
from openflexure_microscope.api.utilities import JsonResponse
# Task management
from labthings.core.tasks import (
current_task,
update_task_progress,
update_task_data,
from labthings import (
current_action as current_task,
update_action_progress as update_task_progress,
update_action_data as update_task_data,
)