From 672ddb16c7c6fae29830cb2fb79d33066487e711 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Fri, 11 Apr 2025 21:22:56 +0200 Subject: [PATCH] added debug headers --- app/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main.py b/app/main.py index 297e940..c672b09 100644 --- a/app/main.py +++ b/app/main.py @@ -669,6 +669,7 @@ async def leasing_v1_lessor(request: Request): j, token, cur_time = json_loads((await request.body()).decode('utf-8')), __get_token(request), datetime.now(UTC) logger.debug(j) + logger.debug(request.headers) try: token = __get_token(request)