Bugfix: Working on SDR RX

This commit is contained in:
Logan Cusano
2022-01-04 00:12:48 -05:00
parent f2709cdb47
commit d050ee877a

View File

@@ -10,6 +10,7 @@ class GQRXHandler():
def create_telnet_connection(self):
print("Creating connection")
tel_conn = Telnet(self.hostname, self.port)
print(tel_conn)
tel_conn.read_until(b"Escape character is '^]'.")
return tel_conn