Should be return, I'm an idiot

This commit is contained in:
Peter Taylor 2021-12-20 00:13:37 +00:00
parent 4de22aad05
commit 566b6b26e5

View file

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