From f0a14ba1fe049765788480d625e3381cde830377 Mon Sep 17 00:00:00 2001 From: 64Core Date: Wed, 8 Jun 2022 20:38:23 -0500 Subject: [PATCH] Fixed a Missing Return Statement --- itchiodl/game.py | 1 + 1 file changed, 1 insertion(+) diff --git a/itchiodl/game.py b/itchiodl/game.py index 81e50ef..c05e402 100644 --- a/itchiodl/game.py +++ b/itchiodl/game.py @@ -158,6 +158,7 @@ class Game: shutil.move(f"{path}/{file}", f"{path}/old/{timestamp}-{file}") else: print(f"File Already Exists! Skipping") + return # Get UUID r = requests.post(