mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-01-06 08:40:00 +01:00
remove not used code
This commit is contained in:
parent
80f370e22b
commit
9c9b3dcc64
|
|
@ -27,7 +27,6 @@ class AprsIs:
|
|||
f"user {self.callsign} pass {self.passwd} vers testlib 0.1\r\n")
|
||||
|
||||
login = list(self._get_line())
|
||||
# self.socket.setblocking(0)
|
||||
print(f"login line: {login[0]}")
|
||||
_, _, _, status, _ = login[0].split(' ', 4)
|
||||
if status == "verified":
|
||||
|
|
@ -35,8 +34,6 @@ class AprsIs:
|
|||
self.close()
|
||||
return False
|
||||
|
||||
# self._send_login()
|
||||
|
||||
def close(self):
|
||||
if not self.socket:
|
||||
self.socket.close()
|
||||
|
|
|
|||
Loading…
Reference in a new issue