Merge branch 'developt '
This commit is contained in:
commit
46fad2bef2
@ -251,7 +251,7 @@ def slugify(value):
|
|||||||
|
|
||||||
|
|
||||||
def seconds_to_hhmmss(seconds):
|
def seconds_to_hhmmss(seconds):
|
||||||
seconds = int(seconds)
|
seconds = int(seconds) if seconds else 0
|
||||||
if not seconds:
|
if not seconds:
|
||||||
return ""
|
return ""
|
||||||
hours = seconds // 3600
|
hours = seconds // 3600
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user