mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 14:06:36 +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:
|
else:
|
||||||
seconds_total = value
|
seconds_total = value
|
||||||
|
|
||||||
|
dynamic_arg = False
|
||||||
if arg is None:
|
if arg is None:
|
||||||
if seconds_total < 1.0:
|
if seconds_total < 1.0:
|
||||||
return f'{seconds_total:.6f} seconds'
|
return f'{seconds_total:.6f} seconds'
|
||||||
|
Loading…
Reference in New Issue
Block a user