Bugfix: Working on SDR RX
This commit is contained in:
@@ -9,7 +9,7 @@ class GQRXHandler():
|
||||
|
||||
def create_telnet_connection(self):
|
||||
tel_conn = Telnet(self.hostname, self.port)
|
||||
tel_conn.read_until("Escape character is '^]'.")
|
||||
tel_conn.read_until(bytes("Escape character is '^]'."))
|
||||
|
||||
return tel_conn
|
||||
|
||||
|
||||
Reference in New Issue
Block a user