Save activity previews to the datastore as binary png images.

This commit is contained in:
Tomeu Vizoso
2007-10-05 22:39:45 +02:00
parent 32ecdd8ad6
commit eeae5d011f
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ def delete(uid):
def get_properties(uid):
logging.debug('dbus_helpers.get_properties: %s' % uid)
return _get_data_store().get_properties(uid)
return _get_data_store().get_properties(uid, byte_arrays=True)
def get_filename(uid):
filename = _get_data_store().get_filename(uid)