We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b73fcbf commit 7160e79Copy full SHA for 7160e79
1 file changed
meshtastic/node.py
@@ -336,7 +336,7 @@ def setIsUnmessageable(self, is_unmessagable: Optional[bool]=False):
336
p.set_owner.is_unmessagable = is_unmessagable
337
338
# Note: These debug lines are used in unit tests
339
- 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}:")
340
# If sending to a remote node, wait for ACK/NAK
341
if self == self.iface.localNode:
342
onResponse = None
0 commit comments