mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2025-01-22 10:04:12 -05:00
Fix formatting issue in python 2
This commit is contained in:
parent
8e8ddd3b82
commit
3ef65d1d1e
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class Downloader:
|
|||
"{}:".format(int(days)) if days else "",
|
||||
int(hours),
|
||||
int(mins),
|
||||
round(secs)
|
||||
int(round(secs))
|
||||
)
|
||||
except:
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue