From 8f2c397fbfaf89f9378b98536332bc0203eb35aa Mon Sep 17 00:00:00 2001 From: Derek Arnold Date: Sun, 15 Sep 2024 14:01:41 -0500 Subject: [PATCH] =?UTF-8?q?missed=20one=20reference=20for=20requestChannel?= =?UTF-8?q?Retries=20=F0=9F=A4=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- meshtastic/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/__main__.py b/meshtastic/__main__.py index 68c785c..77424c8 100644 --- a/meshtastic/__main__.py +++ b/meshtastic/__main__.py @@ -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 }