added sumbmodules

This commit is contained in:
leno3003 2022-03-31 11:29:13 +02:00
parent c66db83b17
commit c8df5d3f18

View file

@ -415,7 +415,7 @@ class InteractBase(object):
def input_process(self, stdin_fd, sq, str):
sys.stdin = os.fdopen(stdin_fd)
try:
inp = self.input (str)
inp = input (str)
sq.put (True)
except:
sq.put (False)