Skip to content

Commit e1b1a76

Browse files
committed
fix project_slug value
1 parent deaf4e5 commit e1b1a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/export_coco.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
client = fastlabel.Client()
44

5-
project_slug = "issue-9274"
5+
project_slug = "YOUR_PROJECT_SLUG"
66
tasks = client.get_image_tasks(project=project_slug)
77
annotations = client.get_annotations(project=project_slug)
88

0 commit comments

Comments
 (0)