This commit is contained in:
Logan Cusano
2022-03-27 14:03:40 -04:00
parent 5a8efa8884
commit 8fa42d819a

View File

@@ -73,8 +73,8 @@ class OP25Handler(threading.Thread):
print(p25_kwargs)
self.OP25Proc = subprocess.Popen(p25_kwargs, executable=self.OP25EXE, shell=True, stdout=subprocess.STDOUT,
stderr=subprocess.STDOUT, cwd=self.OP25Dir)
self.OP25Proc = subprocess.Popen(p25_kwargs, executable=self.OP25EXE, shell=True, stdin=subprocess.PIPE,
stdout=subprocess.PIPE, stderr=subprocess.STDOUT, cwd=self.OP25Dir)
#os.chdir(cwd)