From 4de22aad058b17dcf0c4a53d7124c922a5977af6 Mon Sep 17 00:00:00 2001 From: Peter Taylor Date: Mon, 20 Dec 2021 00:12:24 +0000 Subject: [PATCH] forgot to actually skip it --- src/itchio/game.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/itchio/game.py b/src/itchio/game.py index 012c8f2..120a980 100644 --- a/src/itchio/game.py +++ b/src/itchio/game.py @@ -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)