Skip to content

Commit 7160e79

Browse files
committed
more not incorrect spelling
1 parent b73fcbf commit 7160e79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meshtastic/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def setIsUnmessageable(self, is_unmessagable: Optional[bool]=False):
336336
p.set_owner.is_unmessagable = is_unmessagable
337337

338338
# Note: These debug lines are used in unit tests
339-
logging.debug(f"p.set_owner.is_unmessageable:{p.set_owner.is_unmessagable}:")
339+
logging.debug(f"p.set_owner.is_unmessagable:{p.set_owner.is_unmessagable}:")
340340
# If sending to a remote node, wait for ACK/NAK
341341
if self == self.iface.localNode:
342342
onResponse = None

0 commit comments

Comments
 (0)