Afrinetwork7
commited on
Commit
•
aeb5ab4
1
Parent(s):
920d6ef
Update app.py
Browse files
app.py
CHANGED
@@ -246,4 +246,4 @@ def format_timestamp(seconds: float, always_include_hours: bool = False, decimal
|
|
246 |
return f"{hours_marker}{minutes:02d}:{seconds:02d}{decimal_marker}{milliseconds:03d}"
|
247 |
else:
|
248 |
# we have a malformed timestamp so just return it as is
|
249 |
-
return seconds
|
|
|
246 |
return f"{hours_marker}{minutes:02d}:{seconds:02d}{decimal_marker}{milliseconds:03d}"
|
247 |
else:
|
248 |
# we have a malformed timestamp so just return it as is
|
249 |
+
return seconds
|