v5
This commit is contained in:
parent
bb2d8f0585
commit
1c95cde2f9
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -114,7 +114,7 @@ class Tools:
|
||||||
"title": bookmark.get("title", "Untitled"),
|
"title": bookmark.get("title", "Untitled"),
|
||||||
"url": bookmark.get("url"),
|
"url": bookmark.get("url"),
|
||||||
"excerpt": bookmark.get("excerpt", "")[:200] + "..." if bookmark.get("excerpt", "") else "",
|
"excerpt": bookmark.get("excerpt", "")[:200] + "..." if bookmark.get("excerpt", "") else "",
|
||||||
"tags": bookmark.get("tags", []),
|
"labels": bookmark.get("labels", []),
|
||||||
"collection": bookmark.get("collection", {}).get("name", ""),
|
"collection": bookmark.get("collection", {}).get("name", ""),
|
||||||
"created_at": bookmark.get("created_at"),
|
"created_at": bookmark.get("created_at"),
|
||||||
"updated_at": bookmark.get("updated_at")
|
"updated_at": bookmark.get("updated_at")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue