diff --git a/meshtastic/node.py b/meshtastic/node.py index d1f9a83..a1f5c63 100644 --- a/meshtastic/node.py +++ b/meshtastic/node.py @@ -551,7 +551,7 @@ class Node: return # Don't try to parse this routing message lastTried = 0 if len(self.partialChannels) > 0: - lastTried = self.partialChannels[-1] + lastTried = self.partialChannels[-1].index logging.debug(f"Retrying previous channel request.") self._requestChannel(lastTried) return