From f7cdf446bf19f638852df0fdad4aaf48f0137072 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 24 Dec 2024 18:44:44 -0800 Subject: [PATCH] Update system.py --- modules/system.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/system.py b/modules/system.py index e088c5a..7ea7753 100644 --- a/modules/system.py +++ b/modules/system.py @@ -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':