This commit is contained in:
Looki2000
2023-11-13 22:39:37 +01:00
parent d67b2cf01c
commit e4a7a2b962
2 changed files with 4 additions and 2 deletions

View File

@@ -178,7 +178,10 @@ print("=============================================")
input("Everything seems okay. Press enter to save it as a new JSON file.")
user_input = input("Everything seems okay. Press enter to save it as a new JSON file. Type anything to abort and exit.")
if user_input != "":
print("Aborting and exiting.")
exit()