mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2025-03-02 03:21:37 +01:00
Fix formatting issue in python 2
This commit is contained in:
parent
8e8ddd3b82
commit
3ef65d1d1e
@ -107,7 +107,7 @@ class Downloader:
|
|||||||
"{}:".format(int(days)) if days else "",
|
"{}:".format(int(days)) if days else "",
|
||||||
int(hours),
|
int(hours),
|
||||||
int(mins),
|
int(mins),
|
||||||
round(secs)
|
int(round(secs))
|
||||||
)
|
)
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user