diff --git a/op25Handler.py b/op25Handler.py index 225cbaf..c5f1b7f 100644 --- a/op25Handler.py +++ b/op25Handler.py @@ -28,6 +28,8 @@ class OP25Handler(threading.Thread): "25600", "-U", "-f", f"{self.Frequency}e6", "-X", "-2", "-l" "http:0.0.0.0:8080"], shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE) + print(self.OP25Proc.poll()) + def close_op25(self): print(f"Closing OP25") try: