Fix stupid typo
Co-Authored-By: numbermaniac <5206120+numbermaniac@users.noreply.github.com>
This commit is contained in:
parent
34b98852bf
commit
9296916004
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue