Spaces:
Sleeping
Sleeping
Update google_function.py
Browse files- google_function.py +1 -1
google_function.py
CHANGED
@@ -151,7 +151,7 @@ def connetti_google():
|
|
151 |
print(token)
|
152 |
if token and token != '':
|
153 |
print('------------2------------------')
|
154 |
-
local_storage_set("token", '')
|
155 |
flow.fetch_token(code=token)
|
156 |
creds = flow.credentials
|
157 |
print(creds)
|
|
|
151 |
print(token)
|
152 |
if token and token != '':
|
153 |
print('------------2------------------')
|
154 |
+
#local_storage_set("token", '')
|
155 |
flow.fetch_token(code=token)
|
156 |
creds = flow.credentials
|
157 |
print(creds)
|