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: try:
print(str, end='\r') print(str, end='\r')
stdex.suppress_stdout_stderr().__enter__() stdex.suppress_stdout_stderr().__enter__()
inp = input (str) inp = input ()
sq.put (True) sq.put (True)
except: except:
sq.put (False) sq.put (False)