This commit is contained in:
Logan Cusano
2022-03-27 14:08:53 -04:00
parent 79c651be30
commit 69c7d4d548

View File

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