This commit is contained in:
Colombo 2020-02-29 15:53:48 +04:00
parent 6d122fd742
commit cbff72f597

View file

@ -359,9 +359,7 @@ class InteractBase(object):
def input_process(self, stdin_fd, sq, str):
sys.stdin = os.fdopen(stdin_fd)
try:
print(str, end='\r')
stdex.suppress_stdout_stderr().__enter__()
inp = input ()
inp = input (str)
sq.put (True)
except:
sq.put (False)