mirror of
https://github.com/Emersont1/itchio.git
synced 2026-03-11 08:54:39 +00:00
Should be return, I'm an idiot
This commit is contained in:
parent
4de22aad05
commit
566b6b26e5
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ class Game:
|
|||
def download(self, token):
|
||||
if os.path.exists(f"{self.publisher_slug}/{self.game_slug}.json"):
|
||||
print(f"Skipping Game {self.name}")
|
||||
continue
|
||||
return
|
||||
|
||||
self.load_downloads(token)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue