From e8c4f3e9b755a70f299b3cd2d62adf2cb105e84b Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Thu, 5 Jun 2025 16:38:21 -0400 Subject: [PATCH] v10 --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 17501dd..0819cb9 100644 --- a/main.py +++ b/main.py @@ -163,10 +163,10 @@ class Tools: } formatted_collections.append(formatted_collection) - return json.dumps({ + return { "collections": formatted_collections, "total": len(formatted_collections) - }, indent=2) + } async def get_bookmark_by_id( self,