From 0788d5d860effbed720b61857b00414b282ecbe3 Mon Sep 17 00:00:00 2001 From: "Eric D. Brown" Date: Sat, 27 Mar 2021 11:36:48 -0600 Subject: [PATCH] remove comment on sendall --- ir-aprsisd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir-aprsisd b/ir-aprsisd index 042b49d..56c8544 100755 --- a/ir-aprsisd +++ b/ir-aprsisd @@ -239,7 +239,7 @@ while True: print(aprsPacket) #This will throw an exception if the packet is somehow wrong. aprslib.parse(aprsPacket) - # AIS.sendall(aprsPacket) + AIS.sendall(aprsPacket) lastUpdate = etime except Exception as e: print("Could not send the update: ")