Update aprsd.py

This commit is contained in:
craigerl 2017-10-31 13:12:26 -07:00 committed by GitHub
parent 471af76595
commit 230cf45359
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 21 deletions

View File

@ -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()