|
|
|
@ -101,7 +101,7 @@ async def internal_key(request: Request):
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
if not response.ok:
|
|
|
|
if not response.ok:
|
|
|
|
print(str(response.json())
|
|
|
|
print(str(response.json()))
|
|
|
|
raise Exception("error auth")
|
|
|
|
raise Exception("error auth")
|
|
|
|
|
|
|
|
|
|
|
|
user_data = response.json()
|
|
|
|
user_data = response.json()
|
|
|
|
|