diff --git a/core/services/cable_guy/api/manager.py b/core/services/cable_guy/api/manager.py index ad2c1d2b5e..e449463fc5 100644 --- a/core/services/cable_guy/api/manager.py +++ b/core/services/cable_guy/api/manager.py @@ -372,7 +372,6 @@ def get_interfaces(self, filter_wifi: bool = False) -> List[NetworkInterface]: if self.validate_interface_data(interface_data, filter_wifi): result += [interface_data] - self.result = result return result def get_ethernet_interfaces(self) -> List[NetworkInterface]: