Skip to content

Commit 6cc1730

Browse files
committed
fix data handeling
1 parent fd1724c commit 6cc1730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/superannotate/lib/core/data_handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def convert_timestamp(timestamp):
298298
end_time = safe_time(convert_timestamp(parameter["end"]))
299299

300300
for timestamp_data in parameter["timestamps"]:
301-
timestamp = safeg_time(
301+
timestamp = safe_time(
302302
convert_timestamp(timestamp_data["timestamp"])
303303
)
304304
editor_instance["timeline"][timestamp] = {}

0 commit comments

Comments
 (0)