aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2023-06-13 19:53:20 +0000
committerAnthony Wang2023-06-13 19:53:20 +0000
commit665a2eddf411f1f074ba07eae1a5a9276e3df38b (patch)
tree877f3c35dd80c4357d385955818b08d5e3095c48
parent8cdc80dbaa3059714ab1ee42210513c9871bb196 (diff)
Revert "No special characters allowed"HEADmaster
This reverts commit 6bd55798b1f1e99d183b7f15ef9df02faf8183d0.
-rwxr-xr-xmain.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.py b/main.py
index de02416..ecb9fa4 100755
--- a/main.py
+++ b/main.py
@@ -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: