Fix formatting issue in python 2

This commit is contained in:
CorpNewt 2024-07-14 14:39:14 -05:00 committed by GitHub
parent 8e8ddd3b82
commit 3ef65d1d1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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