Skip to content

Commit

Permalink
"Press any key" -> "Press Enter"
Browse files Browse the repository at this point in the history
since you have to press enter
  • Loading branch information
chloecormier committed Jun 3, 2022
1 parent e863a2e commit 356f538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ def message(msg):
def message_end(msg, code):
print(msg)
if os.name == 'nt':
input("Press any key to exit.")
sys.exit(code)
input("Press Enter to exit.")
sys.exit(code)

0 comments on commit 356f538

Please sign in to comment.