Spaces:
Sleeping
Sleeping
Update google_function.py
Browse files- google_function.py +0 -1
google_function.py
CHANGED
|
@@ -151,7 +151,6 @@ def connetti_google():
|
|
| 151 |
flow.fetch_token(code=auth_code)
|
| 152 |
creds = flow.credentials
|
| 153 |
st.write("Login Done")
|
| 154 |
-
)
|
| 155 |
else:
|
| 156 |
authorization_url, state = flow.authorization_url(include_granted_scopes="true",)
|
| 157 |
print(authorization_url)
|
|
|
|
| 151 |
flow.fetch_token(code=auth_code)
|
| 152 |
creds = flow.credentials
|
| 153 |
st.write("Login Done")
|
|
|
|
| 154 |
else:
|
| 155 |
authorization_url, state = flow.authorization_url(include_granted_scopes="true",)
|
| 156 |
print(authorization_url)
|