From 0c53e58fab67a58d6a35dda5b8fcebaf0e6a460f Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sun, 27 Mar 2022 13:46:44 -0400 Subject: [PATCH] idk --- op25Handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op25Handler.py b/op25Handler.py index ceb99f4..c79b6e5 100644 --- a/op25Handler.py +++ b/op25Handler.py @@ -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)