From 3db44f4ae34cbe821d0313431b4b3e16469496df Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Thu, 20 Feb 2025 21:57:09 -0800 Subject: [PATCH] remove double writeconfig --- save_to_radio.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/save_to_radio.py b/save_to_radio.py index 0b6c1b0..28f45be 100644 --- a/save_to_radio.py +++ b/save_to_radio.py @@ -122,10 +122,5 @@ def save_changes(interface, menu_path, modified_settings): except Exception as e: logging.error(f"Failed to write configuration for category '{config_category}': {e}") - - node.writeConfig(config_category) - - logging.info(f"Changes written to config category: {config_category}") - except Exception as e: logging.error(f"Error saving changes: {e}")