v8
> also, any reference to "tags" as params or args is likely needing to be "labels". Which means that the "get_bookmarks_by_tag() function can be deleted, since it is provided by the get_bookmarks_by_label() function this generated v4, v5, v6, v7, and v8
This commit is contained in:
parent
39951de3c3
commit
9ad8ad4a21
1 changed files with 0 additions and 1 deletions
1
main.py
1
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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue