aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: