Spaces:
Running
Running
Update test.py
Browse files
test.py
CHANGED
@@ -60,6 +60,7 @@ async def auth_google(code:str):
|
|
60 |
if not access_token:
|
61 |
raise HTTPException(status_code=400, detail="Authorization code not provided")
|
62 |
access_token_new = access_token
|
|
|
63 |
|
64 |
user_info = requests.get("https://www.googleapis.com/oauth2/v1/userinfo", headers={"Authorization": f"Bearer {access_token_new}"})
|
65 |
page_token = None
|
|
|
60 |
if not access_token:
|
61 |
raise HTTPException(status_code=400, detail="Authorization code not provided")
|
62 |
access_token_new = access_token
|
63 |
+
brand_name = "louis vuitton"
|
64 |
|
65 |
user_info = requests.get("https://www.googleapis.com/oauth2/v1/userinfo", headers={"Authorization": f"Bearer {access_token_new}"})
|
66 |
page_token = None
|