diff --git a/system/ui/lib/wifi_manager.py b/system/ui/lib/wifi_manager.py index eead99dd50..bb6a2000a0 100644 --- a/system/ui/lib/wifi_manager.py +++ b/system/ui/lib/wifi_manager.py @@ -168,7 +168,6 @@ class WifiManager: def _monitor_state(self): device_path: dbus.ObjectPath = self._wait_for_wifi_device() props_dev = dbus.Interface(self._monitor_bus.get_object(NM, device_path), NM_PROPERTIES_IFACE) - _props = dbus.Interface(self._monitor_bus.get_object(NM, NM_PATH), NM_PROPERTIES_IFACE) prev_state = -1 while not self._exit: