From c005c8630300d117cf9f818232e629508c43a3cc Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 6 May 2024 12:56:44 +0300 Subject: [PATCH] debug-check-auth-2 --- auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth.py b/auth.py index 36c2d52..f721967 100644 --- a/auth.py +++ b/auth.py @@ -31,7 +31,7 @@ async def request_data(gql, headers=None): async def check_auth(req): logger.info('checking auth token') - logger.debug(req) + logger.debug(req.headers) token = req.headers.get("Authorization") user_id = "" if token: