diff --git a/main.py b/main.py index a82c79c..1d03169 100644 --- a/main.py +++ b/main.py @@ -359,7 +359,7 @@ class Tools: } formatted_bookmarks.append(formatted_bookmark) - return json.dumps({ + return { "label": label_name, "label_info": { "name": label_result.get("name"), @@ -370,4 +370,4 @@ class Tools: "total": total, "limit": params["limit"], "offset": params["offset"] - }, indent=2) \ No newline at end of file + } \ No newline at end of file