API change in the datastore.
This commit is contained in:
parent
91654729bf
commit
060b740983
@ -51,7 +51,7 @@ def delete(uid):
|
||||
|
||||
def get_properties(uid):
|
||||
logging.debug('dbus_helpers.get_properties: %s' % uid)
|
||||
return _data_store.get_properties(uid)
|
||||
return _data_store.get_properties(uid, [])
|
||||
|
||||
def get_filename(uid):
|
||||
filename = _data_store.get_filename(uid)
|
||||
|
Loading…
Reference in New Issue
Block a user