From 803f7f971709a756371953eae86bcf800ea348cf Mon Sep 17 00:00:00 2001 From: Colombo Date: Sat, 29 Feb 2020 15:40:11 +0400 Subject: [PATCH] _ --- core/interact/interact.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/interact/interact.py b/core/interact/interact.py index d6265d7..b64a14b 100644 --- a/core/interact/interact.py +++ b/core/interact/interact.py @@ -364,6 +364,7 @@ class InteractBase(object): except: sq.put (False) + print("111") outnull_file = open(os.devnull, 'w') errnull_file = open(os.devnull, 'w') @@ -381,7 +382,7 @@ class InteractBase(object): sys.stdout = outnull_file sys.stderr = errnull_file - + print("222") def input_in_time (self, str, max_time_sec): sq = multiprocessing.Queue()