Var got set before the error check

This commit is contained in:
Logan Cusano
2022-04-01 01:07:23 -04:00
parent fd62da0c6f
commit 5d1a58ee87

View File

@@ -120,6 +120,7 @@ class GQRXHandler(threading.Thread):
return True
except ConnectionRefusedError as err:
self.logger.warning(err)
self.tel_conn = None
return False
def change_freq(self, freq):