[cleanup] Misc
This commit is contained in:
parent
941e881e1f
commit
deae7c1711
5 changed files with 15 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue