#8840 Add missing byte_arrays=True
This commit is contained in:
parent
6013b8a20a
commit
a13ca6d664
@ -212,7 +212,8 @@ class ActivityCreationHandler(gobject.GObject):
|
|||||||
bus.get_object(_DS_SERVICE, _DS_PATH), _DS_INTERFACE)
|
bus.get_object(_DS_SERVICE, _DS_PATH), _DS_INTERFACE)
|
||||||
datastore.find({ 'activity_id': self._handle.activity_id }, [],
|
datastore.find({ 'activity_id': self._handle.activity_id }, [],
|
||||||
reply_handler=self._find_object_reply_handler,
|
reply_handler=self._find_object_reply_handler,
|
||||||
error_handler=self._find_object_error_handler)
|
error_handler=self._find_object_error_handler,
|
||||||
|
byte_arrays=True)
|
||||||
else:
|
else:
|
||||||
self._launch_activity()
|
self._launch_activity()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user