More intelligent init of the handler
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user