From 3ef65d1d1e7e61c5f979687c18eb7aae9b2fafde Mon Sep 17 00:00:00 2001 From: CorpNewt <12772521+corpnewt@users.noreply.github.com> Date: Sun, 14 Jul 2024 14:39:14 -0500 Subject: [PATCH] Fix formatting issue in python 2 --- Scripts/downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/downloader.py b/Scripts/downloader.py index f942924..fb7d075 100755 --- a/Scripts/downloader.py +++ b/Scripts/downloader.py @@ -107,7 +107,7 @@ class Downloader: "{}:".format(int(days)) if days else "", int(hours), int(mins), - round(secs) + int(round(secs)) ) except: pass