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}")