diff --git a/op25Handler.py b/op25Handler.py index c79b6e5..ca2e523 100644 --- a/op25Handler.py +++ b/op25Handler.py @@ -71,8 +71,7 @@ class OP25Handler(threading.Thread): print(p25_kwargs) - self.OP25Proc = subprocess.Popen(p25_kwargs, executable="/usr/bin/python3", shell=True, - stdout=subprocess.STDOUT, stderr=subprocess.STDOUT, cwd=self.OP25Dir) + self.OP25Proc = subprocess.Popen(p25_kwargs, executable="/usr/bin/python3", shell=True, cwd=self.OP25Dir) #os.chdir(cwd)