mirror of
https://github.com/meshtastic/python.git
synced 2026-01-07 07:17:56 -05:00
lastTried channel should be its index
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user