diff --git a/op25Handler.py b/op25Handler.py index 1444232..eff1cfb 100644 --- a/op25Handler.py +++ b/op25Handler.py @@ -37,5 +37,6 @@ class OP25Handler(threading.Thread): print(f"Closing OP25") try: self.OP25Proc.kill() + self.OP25Proc.terminate() except Exception as e: print(e)