mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 14:28:24 -04:00
missed one reference for requestChannelRetries 🤡
This commit is contained in:
1 parent
62f5201a38
commit
8f2c397fbf
1 file changed
+1
-1
@@ -275,7 +275,7 @@ def onConnected(interface):
|
||||
|
||||
# convenient place to store any keyword args we pass to getNode
|
||||
getNode_kwargs = {
|
||||
"requestChannelRetries": args.channel_fetch_attempts,
|
||||
"requestChannelAttempts": args.channel_fetch_attempts,
|
||||
"timeout": args.timeout
|
||||
}
|
||||
|
||||
|
||||
Reference in new issue
Block a user