From 7160e79fbff5d04d3947e9117b9f8e000d76709d Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Sat, 21 Jun 2025 13:51:58 -0700 Subject: [PATCH] more not incorrect spelling --- meshtastic/node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/node.py b/meshtastic/node.py index 934a65a..7ca0487 100644 --- a/meshtastic/node.py +++ b/meshtastic/node.py @@ -336,7 +336,7 @@ class Node: p.set_owner.is_unmessagable = is_unmessagable # Note: These debug lines are used in unit tests - logging.debug(f"p.set_owner.is_unmessageable:{p.set_owner.is_unmessagable}:") + logging.debug(f"p.set_owner.is_unmessagable:{p.set_owner.is_unmessagable}:") # If sending to a remote node, wait for ACK/NAK if self == self.iface.localNode: onResponse = None