This commit is contained in:
Logan Cusano
2022-03-27 13:43:52 -04:00
parent dd9643363b
commit 8c7075b76c

View File

@@ -71,7 +71,7 @@ class OP25Handler(threading.Thread):
print(p25_kwargs)
self.OP25Proc = subprocess.Popen(p25_kwargs, executable="/usr/bin/python3", shell=False,
self.OP25Proc = subprocess.Popen(p25_kwargs, executable="/usr/bin/python3", shell=True,
stdout=subprocess.DEVNULL, stderr=subprocess.STDOUT, cwd=self.OP25Dir)
#os.chdir(cwd)