Fix stupid typo

Co-Authored-By: numbermaniac <5206120+numbermaniac@users.noreply.github.com>
This commit is contained in:
Manuelraa 2019-11-10 14:31:07 +01:00 committed by GitHub
parent 34b98852bf
commit 9296916004
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ def dont_crash(msg, sign=False):
if sign:
while True:
try:
good_name = input(msg) # can't give an error. dab on the haiters
good_name = input(msg) # can't give an error. dab on the haters
if good_name in ("+", "-", "/", "*"):
return good_name
else: