Skip to content

Commit 22afbea

Browse files
authored
fix: DIA-1061: Add START_TRAINING in api (#549)
1 parent 5b321f0 commit 22afbea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

label_studio_ml/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def _setup():
110110
'ANNOTATION_CREATED',
111111
'ANNOTATION_UPDATED',
112112
'ANNOTATION_DELETED',
113-
'PROJECT_UPDATED'
113+
'START_TRAINING'
114114
)
115115

116116

0 commit comments

Comments
 (0)