v6
This commit is contained in:
parent
1c95cde2f9
commit
01d5c1ac6a
1 changed files with 1 additions and 1 deletions
2
main.py
2
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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue