From 2ffee4aee172c5023b1d0d8488881c84bd1e1017 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Fri, 11 Apr 2025 20:35:10 +0200 Subject: [PATCH] also debug response --- app/main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/main.py b/app/main.py index 6fa1c9a..ffb4513 100644 --- a/app/main.py +++ b/app/main.py @@ -716,6 +716,8 @@ async def leasing_v1_lessor(request: Request): "prompts": None } + logger.debug(response) + return JSONr(response)