v11
This commit is contained in:
parent
e8c4f3e9b7
commit
f110a354ca
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -211,7 +211,7 @@ class Tools:
|
||||||
"word_count": bookmark.get("word_count")
|
"word_count": bookmark.get("word_count")
|
||||||
}
|
}
|
||||||
|
|
||||||
return json.dumps(formatted_bookmark, indent=2)
|
return formatted_bookmark
|
||||||
|
|
||||||
async def search_bookmarks(
|
async def search_bookmarks(
|
||||||
self,
|
self,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue