Update aprsd.py

This commit is contained in:
craigerl 2017-10-31 10:36:50 -07:00 committed by GitHub
parent 134a5558d4
commit 2330523853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 21 deletions

View File

@ -72,24 +72,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()