From 676148cc1482da21d0c611badc7643e9f3909d3b Mon Sep 17 00:00:00 2001 From: Mike Kinney Date: Sun, 2 Jan 2022 11:19:17 -0800 Subject: [PATCH] meant to use decoded not decode --- meshtastic/mesh_interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/mesh_interface.py b/meshtastic/mesh_interface.py index a5ee3a3..2234f08 100644 --- a/meshtastic/mesh_interface.py +++ b/meshtastic/mesh_interface.py @@ -85,7 +85,7 @@ class MeshInterface: for n in self.nodes.values(): # when the TBeam is first booted, it sometimes shows the raw data # so, we will just remove any raw keys - keys_to_remove = ('raw', 'decode', 'payload') + keys_to_remove = ('raw', 'decoded', 'payload') n2 = remove_keys_from_dict(keys_to_remove, n) # if we have 'macaddr', re-format it