mirror of
https://github.com/Emersont1/itchio.git
synced 2026-03-11 08:54:39 +00:00
forgot to actually skip it
This commit is contained in:
parent
19cfda12e7
commit
4de22aad05
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +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
|
||||
|
||||
self.load_downloads(token)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue