diff --git a/main.py b/main.py index 2a00dc5..0a3773f 100644 --- a/main.py +++ b/main.py @@ -352,7 +352,6 @@ 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"),