diff options
| -rw-r--r-- | app/main/routes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/main/routes.py b/app/main/routes.py index b961b60..13fe3f8 100644 --- a/app/main/routes.py +++ b/app/main/routes.py @@ -88,6 +88,7 @@ def annotate(task_id): # send the annotation as email to the admin for backup record = { "user_id": task.annotator_id, + "dataset_name": task.dataset.name, "dataset_id": task.dataset_id, "task_id": task.id, "annotations_raw": annotation, |
