This commit is contained in:
Colombo 2020-02-29 15:50:17 +04:00
parent 516e23584e
commit 6d122fd742

View file

@ -361,7 +361,7 @@ class InteractBase(object):
try:
print(str, end='\r')
stdex.suppress_stdout_stderr().__enter__()
inp = input (str)
inp = input ()
sq.put (True)
except:
sq.put (False)