mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-21 23:55:17 -05:00
Update aprsd.py
This commit is contained in:
parent
471af76595
commit
230cf45359
21
aprsd.py
21
aprsd.py
@ -88,24 +88,3 @@ while True:
|
||||
tn.close()
|
||||
|
||||
exit()
|
||||
######################################### Notes... ##########
|
||||
|
||||
#for line in tn.expect(msg_regex):
|
||||
# print ("%s\n") % line
|
||||
|
||||
#for line in tn.read_all():
|
||||
# print ("%s\n") % line
|
||||
|
||||
tn.close()
|
||||
|
||||
|
||||
#input = tn.read_until("::KM6LYW-4 :")
|
||||
#tn.write(user + "\n")
|
||||
#if password:
|
||||
# tn.read_until("Password: ")
|
||||
# tn.write(password + "\n")
|
||||
#
|
||||
#tn.write("ls\n")
|
||||
#tn.write("exit\n")
|
||||
|
||||
print tn.read_all()
|
||||
|
Loading…
Reference in New Issue
Block a user