v13
This commit is contained in:
parent
13f59b50cf
commit
a749404ea8
1 changed files with 2 additions and 2 deletions
4
main.py
4
main.py
|
@ -359,7 +359,7 @@ class Tools:
|
||||||
}
|
}
|
||||||
formatted_bookmarks.append(formatted_bookmark)
|
formatted_bookmarks.append(formatted_bookmark)
|
||||||
|
|
||||||
return json.dumps({
|
return {
|
||||||
"label": label_name,
|
"label": label_name,
|
||||||
"label_info": {
|
"label_info": {
|
||||||
"name": label_result.get("name"),
|
"name": label_result.get("name"),
|
||||||
|
@ -370,4 +370,4 @@ class Tools:
|
||||||
"total": total,
|
"total": total,
|
||||||
"limit": params["limit"],
|
"limit": params["limit"],
|
||||||
"offset": params["offset"]
|
"offset": params["offset"]
|
||||||
}, indent=2)
|
}
|
Loading…
Add table
Add a link
Reference in a new issue