diff --git a/op25Handler.py b/op25Handler.py index b78fb0b..6094ac6 100644 --- a/op25Handler.py +++ b/op25Handler.py @@ -63,8 +63,7 @@ class OP25Handler(threading.Thread): print(f"OP25 Keyword Args: {p25_kwargs}") - self.OP25Proc = subprocess.Popen(p25_kwargs, executable=self.OP25EXE, shell=False, stdin=subprocess.PIPE, - stdout=subprocess.PIPE, stderr=subprocess.STDOUT, cwd=self.OP25Dir) + self.OP25Proc = subprocess.Popen(p25_kwargs, executable=self.OP25EXE, shell=False, cwd=self.OP25Dir) def close_op25(self): print(f"Closing OP25")