Revert "No special characters allowed"

This reverts commit 6bd55798b1.
This commit is contained in:
Anthony Wang 2023-06-13 19:53:20 +00:00
parent 8cdc80dbaa
commit 665a2eddf4
Signed by: a
GPG key ID: 42A5B952E6DD8D38

View file

@ -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: