v12
This commit is contained in:
parent
f110a354ca
commit
13f59b50cf
1 changed files with 2 additions and 2 deletions
4
main.py
4
main.py
|
@ -276,10 +276,10 @@ class Tools:
|
||||||
"updated_at": label.get("updated_at")
|
"updated_at": label.get("updated_at")
|
||||||
})
|
})
|
||||||
|
|
||||||
return json.dumps({
|
return {
|
||||||
"labels": formatted_labels,
|
"labels": formatted_labels,
|
||||||
"total": len(formatted_labels)
|
"total": len(formatted_labels)
|
||||||
}, indent=2)
|
}
|
||||||
|
|
||||||
async def get_bookmarks_by_label(
|
async def get_bookmarks_by_label(
|
||||||
self,
|
self,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue