mod allegro
This commit is contained in:
parent
972031cb6d
commit
29d5fe0d58
|
|
@ -26,7 +26,7 @@ def fetch_documents():
|
||||||
response = collection.query.fetch_objects()
|
response = collection.query.fetch_objects()
|
||||||
documents = []
|
documents = []
|
||||||
for o in response.objects:
|
for o in response.objects:
|
||||||
print(o.properties)
|
print(o.properties.get("fileName", "unknown_file"))
|
||||||
#file_name = item.get("fileName", "unknown_file")
|
#file_name = item.get("fileName", "unknown_file")
|
||||||
#content = item.get("content", "")
|
#content = item.get("content", "")
|
||||||
#if content:
|
#if content:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue