kopia lustrzana https://github.com/markqvist/reticulum
Improved time pretty-print function
rodzic
9e4ae3c6fe
commit
de53a105a4
|
@ -217,6 +217,9 @@ def prettytime(time, verbose=False):
|
||||||
|
|
||||||
tstr += c
|
tstr += c
|
||||||
|
|
||||||
|
if tstr == "":
|
||||||
|
return "0s"
|
||||||
|
else:
|
||||||
return tstr
|
return tstr
|
||||||
|
|
||||||
def phyparams():
|
def phyparams():
|
||||||
|
|
Ładowanie…
Reference in New Issue