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}")