mirror of
https://github.com/Emersont1/itchio.git
synced 2026-03-11 08:54:39 +00:00
Fixed a Missing Return Statement
This commit is contained in:
parent
0de1742b46
commit
f0a14ba1fe
1 changed files with 1 additions and 0 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue