meant to use decoded not decode

This commit is contained in:
Mike Kinney
2022-01-02 11:19:17 -08:00
parent a915b05240
commit 676148cc14

View File

@@ -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