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 b60d099 commit fcaf987Copy full SHA for fcaf987
src/superannotate/lib/core/helpers.py
@@ -139,7 +139,7 @@ def safe_time(timestamp):
139
return "0" if str(timestamp) == "0.0" else timestamp
140
141
def convert_timestamp(timestamp):
142
- return timestamp / 10 ** 6 if timestamp else None
+ return timestamp / 10 ** 6 if timestamp else "0"
143
144
editor_data = {
145
"instances": [],
0 commit comments