This commit is contained in:
Logan Cusano
2022-03-27 13:48:07 -04:00
parent 7e2cf932dc
commit 203bee0734

View File

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