GQRX Changes
- Resetting tel_conn when closing GQRX
This commit is contained in:
Logan Cusano
2022-04-09 01:57:24 -04:00
parent 5551aa6355
commit 2dabf1c98d

View File

@@ -150,6 +150,7 @@ class GQRXHandler(threading.Thread):
seconds_waited += 1
self.logger.debug("GQRX Closed")
self.GQRX_Started = False
self.tel_conn = None
except Exception as e:
self.logger.error(e)