@ -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()