From 0ae23eec7e347e9b35240f7e59ff434a5ff83d7c Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Mon, 30 Jun 2025 00:34:44 -0700 Subject: [PATCH] don't think i needed that --- meshtastic/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/__main__.py b/meshtastic/__main__.py index fb12931..dc090af 100644 --- a/meshtastic/__main__.py +++ b/meshtastic/__main__.py @@ -751,7 +751,7 @@ def onConnected(interface): interface.getNode(args.dest, False, **getNode_kwargs).commitSettingsTransaction() print("Writing modified configuration to device") - if args.export_config is not None: + if args.export_config: if args.dest != BROADCAST_ADDR: print("Exporting configuration of remote nodes is not supported.") return