forgot to actually skip it

This commit is contained in:
Peter Taylor 2021-12-20 00:12:24 +00:00
parent 19cfda12e7
commit 4de22aad05

View file

@ -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)