Skip to content

Commit 0ae23ee

Browse files
committed
don't think i needed that
1 parent 2fa85ba commit 0ae23ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshtastic/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ def onConnected(interface):
751751
interface.getNode(args.dest, False, **getNode_kwargs).commitSettingsTransaction()
752752
print("Writing modified configuration to device")
753753

754-
if args.export_config is not None:
754+
if args.export_config:
755755
if args.dest != BROADCAST_ADDR:
756756
print("Exporting configuration of remote nodes is not supported.")
757757
return

0 commit comments

Comments
 (0)