mirror of
https://github.com/Emersont1/itchio.git
synced 2026-03-11 08:54:39 +00:00
linting
This commit is contained in:
parent
f55558cb92
commit
e66e81a5c0
1 changed files with 1 additions and 0 deletions
|
|
@ -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}")
|
||||
|
|
|
|||
Loading…
Reference in a new issue