Skip to content

Commit e471a36

Browse files
alexandracotaAlexandra Cota
andauthored
Add 30 min flag to export_labels. (#22)
Co-authored-by: Alexandra Cota <[email protected]>
1 parent 73c4885 commit e471a36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

labelbox/schema/project.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ def export_labels(self, timeout_seconds=60):
112112
""" Calls the server-side Label exporting that generates a JSON
113113
payload, and returns the URL to that payload.
114114
115+
Will only generate a new URL at a max frequency of 30 min.
116+
115117
Args:
116118
timeout_seconds (float): Max waiting time, in seconds.
117119
Returns:

0 commit comments

Comments
 (0)