diff --git a/main.py b/main.py index 4a48a23..3175bb6 100644 --- a/main.py +++ b/main.py @@ -114,7 +114,7 @@ class Tools: "title": bookmark.get("title", "Untitled"), "url": bookmark.get("url"), "excerpt": bookmark.get("excerpt", "")[:200] + "..." if bookmark.get("excerpt", "") else "", - "tags": bookmark.get("tags", []), + "labels": bookmark.get("labels", []), "collection": bookmark.get("collection", {}).get("name", ""), "created_at": bookmark.get("created_at"), "updated_at": bookmark.get("updated_at")