diff --git a/core/services/beacon/settings.py b/core/services/beacon/settings.py index 004a49b0e4..df924769a5 100644 --- a/core/services/beacon/settings.py +++ b/core/services/beacon/settings.py @@ -172,7 +172,7 @@ def migrate(self, data: Dict[str, Any]) -> None: try: if not any(interface["name"] == "uap0" for interface in data["interfaces"]): data["interfaces"].append( - Interface(name="uap0", domain_names=["blueos-hotspot"], advertise=["_http"], ip="ips[0]").as_dict() + Interface(name="uap0", domain_names=["blueos-hotspot"], advertise=["_http"], ip="ips[0]")._data ) except Exception as e: logger.error(f"unable to update SettingsV2 to SettingsV3: {e}")