From 2330523853855e0b722e0ee51164af932ffae196 Mon Sep 17 00:00:00 2001 From: craigerl Date: Tue, 31 Oct 2017 10:36:50 -0700 Subject: [PATCH] Update aprsd.py --- aprsd.py | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/aprsd.py b/aprsd.py index b75f2b0..7931755 100644 --- a/aprsd.py +++ b/aprsd.py @@ -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()