From 8752a0de6e26f077f02f84a3a65ff425646b6896 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Sat, 21 Jun 2025 16:25:48 -0700 Subject: [PATCH] remove whitespace --- meshtastic/node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/node.py b/meshtastic/node.py index 7ca0487..40881a0 100644 --- a/meshtastic/node.py +++ b/meshtastic/node.py @@ -326,7 +326,7 @@ class Node: else: onResponse = self.onAckNak return self._sendAdmin(p, onResponse=onResponse) - + def setIsUnmessageable(self, is_unmessagable: Optional[bool]=False): """Set if a device is messagable or not""" self.ensureSessionKey()