mirror of
https://github.com/kemenril/iR-APRSISD.git
synced 2025-03-05 20:51:35 -08:00
remove comment on sendall
This commit is contained in:
parent
c827e85a2f
commit
0788d5d860
|
@ -239,7 +239,7 @@ while True:
|
||||||
print(aprsPacket)
|
print(aprsPacket)
|
||||||
#This will throw an exception if the packet is somehow wrong.
|
#This will throw an exception if the packet is somehow wrong.
|
||||||
aprslib.parse(aprsPacket)
|
aprslib.parse(aprsPacket)
|
||||||
# AIS.sendall(aprsPacket)
|
AIS.sendall(aprsPacket)
|
||||||
lastUpdate = etime
|
lastUpdate = etime
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print("Could not send the update: ")
|
print("Could not send the update: ")
|
||||||
|
|
Loading…
Reference in a new issue