We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1724c commit 6cc1730Copy full SHA for 6cc1730
src/superannotate/lib/core/data_handlers.py
@@ -298,7 +298,7 @@ def convert_timestamp(timestamp):
298
end_time = safe_time(convert_timestamp(parameter["end"]))
299
300
for timestamp_data in parameter["timestamps"]:
301
- timestamp = safeg_time(
+ timestamp = safe_time(
302
convert_timestamp(timestamp_data["timestamp"])
303
)
304
editor_instance["timeline"][timestamp] = {}
0 commit comments