From ebd32a7cd15d2313cd97f484010f0629f7cbdcb6 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Sat, 23 Aug 2025 01:06:56 -0700 Subject: [PATCH] c word is a bad word --- system/ui/lib/wifi_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/ui/lib/wifi_manager.py b/system/ui/lib/wifi_manager.py index 64621a8afb..b616c38b25 100644 --- a/system/ui/lib/wifi_manager.py +++ b/system/ui/lib/wifi_manager.py @@ -121,7 +121,7 @@ class WifiManager: self._nm = dbus.Interface(self._main_bus.get_object(NM, NM_PATH), NM_IFACE) self._props = dbus.Interface(self._main_bus.get_object(NM, NM_PATH), NM_PROPERTIES_IFACE) - # cache wifi device path + # store wifi device path self._wifi_device: dbus.ObjectPath | None = None # State