remove comment on sendall

This commit is contained in:
Eric D. Brown 2021-03-27 11:36:48 -06:00
parent c827e85a2f
commit 0788d5d860

View file

@ -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: ")