//WIP V3
GQRX Changes - Resetting tel_conn when closing GQRX
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user