update noisegate #9

Closed
logan wants to merge 30 commits from master into NoiseGateV2
Showing only changes of commit 5ebbaca54b - Show all commits

View File

@@ -9,6 +9,8 @@ class GQRXHandler():
self.tel_conn = None
self.create_telnet_connection()
def create_telnet_connection(self):
print("Creating connection")
self.tel_conn = Telnet(self.hostname, self.port)