Send dbus.Dictionary so dbus doesn't complain.
This commit is contained in:
parent
cb6d459815
commit
c07e61509b
@ -77,5 +77,5 @@ def mounts():
|
|||||||
return _data_store.mounts()
|
return _data_store.mounts()
|
||||||
|
|
||||||
def get_unique_values(key):
|
def get_unique_values(key):
|
||||||
return _data_store.get_uniquevaluesfor(key, {})
|
return _data_store.get_uniquevaluesfor(key, dbus.Dictionary({}, signature='ss'))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user