Return list of devices, not dict
This commit is contained in:
parent
0cad068bf4
commit
a48fe93cc3
@ -325,7 +325,7 @@ class NMClient(gobject.GObject):
|
||||
self._get_initial_devices()
|
||||
|
||||
def get_devices(self):
|
||||
return self._devices
|
||||
return self._devices.values()
|
||||
|
||||
def _get_nm_state(self):
|
||||
# Grab NM's state
|
||||
|
Loading…
Reference in New Issue
Block a user