Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/atoidejouer/tools/storage.py
diff options
context:
space:
mode:
Diffstat (limited to 'atoidejouer/tools/storage.py')
-rw-r--r--atoidejouer/tools/storage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/atoidejouer/tools/storage.py b/atoidejouer/tools/storage.py
index 88eb294..9552130 100644
--- a/atoidejouer/tools/storage.py
+++ b/atoidejouer/tools/storage.py
@@ -315,7 +315,7 @@ def get_path_from_journal(timestamp, mime_type):
# find in ds
_results, _count = datastore.find(_query)
if _count == 1:
- return _results[0].get_file_path()
+ return _results[0].file_path
else:
return None