Spaces:
Running
Running
Update google_function.py
Browse files- google_function.py +1 -1
google_function.py
CHANGED
|
@@ -154,7 +154,7 @@ def connetti_google():
|
|
| 154 |
user_info_service = build(
|
| 155 |
serviceName="oauth2",
|
| 156 |
version="v2",
|
| 157 |
-
credentials=
|
| 158 |
)
|
| 159 |
user_info = user_info_service.userinfo().get().execute()
|
| 160 |
assert user_info.get("email"), "Email not found in infos"
|
|
|
|
| 154 |
user_info_service = build(
|
| 155 |
serviceName="oauth2",
|
| 156 |
version="v2",
|
| 157 |
+
credentials=creds,
|
| 158 |
)
|
| 159 |
user_info = user_info_service.userinfo().get().execute()
|
| 160 |
assert user_info.get("email"), "Email not found in infos"
|