diff options
author | Anthony Wang | 2023-06-13 19:53:20 +0000 |
---|---|---|
committer | Anthony Wang | 2023-06-13 19:53:20 +0000 |
commit | 665a2eddf411f1f074ba07eae1a5a9276e3df38b (patch) | |
tree | 877f3c35dd80c4357d385955818b08d5e3095c48 | |
parent | 8cdc80dbaa3059714ab1ee42210513c9871bb196 (diff) |
This reverts commit 6bd55798b1f1e99d183b7f15ef9df02faf8183d0.
-rwxr-xr-x | main.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -44,8 +44,6 @@ while True: print("THERE ARE NO CHEAT CODES IN THIS GAME!!!") elif "su" in x: os.system("xdg-open https://xkcd.com/838/") - elif not x.isalnum(): - print("NO SPECIAL CHARACTERS!!!") else: r = os.system(x) if r == 0: |