sus
This commit is contained in:
parent
d67b2cf01c
commit
e4a7a2b962
@ -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()
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,6 @@ DATA:
|
||||
phone: {{phone_number}}
|
||||
delivery location: {{delivery_location}}
|
||||
paymentMethod: {{payment_method}}
|
||||
order:
|
||||
{{order_items}}
|
||||
|
||||
REMEMBER DONT USE NUMBERS, USE WORDS for example dont say 1x, say one time also REMEMBER to use replacement words to a word so it is appropriate to the whole sentence example:
|
||||
|
Loading…
Reference in New Issue
Block a user