Initial changes to handle GQRX process
This commit is contained in:
@@ -81,7 +81,7 @@ class OP25Handler(threading.Thread):
|
||||
while self.OP25Proc.poll() is None:
|
||||
# Terminate the process every 5 seconds
|
||||
if seconds_waited % 5 == 0:
|
||||
self.logger.debug("Terminating OP25")
|
||||
self.logger.info("Terminating OP25")
|
||||
self.OP25Proc.terminate()
|
||||
time.sleep(1)
|
||||
self.logger.debug(f"Waited {seconds_waited} seconds")
|
||||
|
||||
Reference in New Issue
Block a user