This commit is contained in:
Logan Cusano
2022-03-27 13:46:44 -04:00
parent 8c7075b76c
commit 0c53e58fab

View File

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