diff --git a/main.py b/main.py index 3175bb6..a3f0d23 100644 --- a/main.py +++ b/main.py @@ -203,7 +203,7 @@ class Tools: "url": bookmark.get("url"), "content": bookmark.get("content", ""), "excerpt": bookmark.get("excerpt", ""), - "tags": bookmark.get("tags", []), + "labels": bookmark.get("labels", []), "collection": bookmark.get("collection", {}), "created_at": bookmark.get("created_at"), "updated_at": bookmark.get("updated_at"),