1
0
Fork 0

[cleanup] Misc

This commit is contained in:
pukkandan 2022-09-10 03:46:54 +05:30
commit deae7c1711
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
5 changed files with 15 additions and 11 deletions

View file

@ -121,7 +121,7 @@ class FileDownloader:
if time.hours > 99:
return '--:--:--'
if not time.hours:
return '%02d:%02d' % time[1:-1]
return ' %02d:%02d' % time[1:-1]
return '%02d:%02d:%02d' % time[:-1]
format_eta = format_seconds