From 29d5fe0d5864dc45f7dc15b5c9057fc0f81d8340 Mon Sep 17 00:00:00 2001 From: "l.gabrysiak" Date: Fri, 28 Feb 2025 21:11:51 +0100 Subject: [PATCH] mod allegro --- allegro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allegro.py b/allegro.py index f8d03fc..e239426 100644 --- a/allegro.py +++ b/allegro.py @@ -26,7 +26,7 @@ def fetch_documents(): response = collection.query.fetch_objects() documents = [] for o in response.objects: - print(o.properties) + print(o.properties.get("fileName", "unknown_file")) #file_name = item.get("fileName", "unknown_file") #content = item.get("content", "") #if content: