diff --git a/src/auth/service.py b/src/auth/service.py index dcd97d4..8888f85 100644 --- a/src/auth/service.py +++ b/src/auth/service.py @@ -101,7 +101,7 @@ async def internal_key(request: Request): ) if not response.ok: - print(str(response.json()) + print(str(response.json())) raise Exception("error auth") user_data = response.json()