From e66e81a5c01259059d76580872960bcaf829f820 Mon Sep 17 00:00:00 2001 From: Peter Taylor Date: Thu, 5 May 2022 11:26:19 +0100 Subject: [PATCH] linting --- itchiodl/library.py | 1 + 1 file changed, 1 insertion(+) diff --git a/itchiodl/library.py b/itchiodl/library.py index 597f1f8..f563901 100644 --- a/itchiodl/library.py +++ b/itchiodl/library.py @@ -42,6 +42,7 @@ class Library: with ThreadPoolExecutor(max_workers=self.jobs) as executor: i = 0 l = len(self.games) + def dl(g): x = g.download(self.login, platform) print(f"Downloaded {i} games of {l}")