mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
fixup: set a default value for the local
This commit is contained in:
parent
54932f4951
commit
9575185bbd
@ -34,6 +34,7 @@ def timedelta(value, arg=None, /, *, fmt_2=None):
|
||||
else:
|
||||
seconds_total = value
|
||||
|
||||
dynamic_arg = False
|
||||
if arg is None:
|
||||
if seconds_total < 1.0:
|
||||
return f'{seconds_total:.6f} seconds'
|
||||
|
Loading…
Reference in New Issue
Block a user