Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
Fixing me being dumb and using end() and not exit()
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagol12344 committed Nov 24, 2021
1 parent afca865 commit b100ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notmain.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
elif sn == '2':
print('you keep running')
print('after 2 more hours you run off a cliff')
end()
exit()

0 comments on commit b100ce3

Please sign in to comment.