Fixed a Missing Return Statement

This commit is contained in:
64Core 2022-06-08 20:38:23 -05:00
parent 0de1742b46
commit f0a14ba1fe

View file

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