v10
This commit is contained in:
parent
e923a9bda7
commit
e8c4f3e9b7
1 changed files with 2 additions and 2 deletions
4
main.py
4
main.py
|
@ -163,10 +163,10 @@ class Tools:
|
||||||
}
|
}
|
||||||
formatted_collections.append(formatted_collection)
|
formatted_collections.append(formatted_collection)
|
||||||
|
|
||||||
return json.dumps({
|
return {
|
||||||
"collections": formatted_collections,
|
"collections": formatted_collections,
|
||||||
"total": len(formatted_collections)
|
"total": len(formatted_collections)
|
||||||
}, indent=2)
|
}
|
||||||
|
|
||||||
async def get_bookmark_by_id(
|
async def get_bookmark_by_id(
|
||||||
self,
|
self,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue