Update system.py

This commit is contained in:
SpudGunMan
2024-12-24 18:44:44 -08:00
parent 28e8e2705a
commit f7cdf446bf
-1
View File
@@ -917,7 +917,6 @@ def consumeMetadata(packet, rxNode=0):
if debugMetadata: print(f"DEBUG WAYPOINT_APP: {packet['decoded']['waypoint']}\n\n")
# get the waypoint data
waypoint_data = packet['decoded']
keys = ['latitude', 'longitude',]
# NEIGHBORINFO_APP
if packet_type == 'NEIGHBORINFO_APP':