This commit is contained in:
Logan Cusano
2022-03-27 13:40:00 -04:00
parent f965c5de05
commit 33ea596ab4

View File

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