More intelligent init of the handler

This commit is contained in:
Logan Cusano
2022-04-01 01:10:12 -04:00
parent 8debd690f1
commit 676936eb6f

View File

@@ -32,9 +32,9 @@ class GQRXHandler(threading.Thread):
self.tel_conn = None
def run(self) -> None:
self.open_gqrx()
def run(self) -> None:
self.create_telnet_connection()
while True:
if self.Start_GQRX: