Spaces:
Sleeping
Sleeping
Update google_function.py
Browse files- google_function.py +1 -1
google_function.py
CHANGED
@@ -159,7 +159,7 @@ def connetti_google():
|
|
159 |
auth_code = st.query_params.get("code")
|
160 |
if auth_code:
|
161 |
local_storage_set("token", auth_code)
|
162 |
-
time.sleep(
|
163 |
print('**************************************************************')
|
164 |
print(auth_code)
|
165 |
nav_script = """<meta http-equiv="refresh" content="0; url='%s'">""" % (URL_REDIRECT)
|
|
|
159 |
auth_code = st.query_params.get("code")
|
160 |
if auth_code:
|
161 |
local_storage_set("token", auth_code)
|
162 |
+
time.sleep(2)
|
163 |
print('**************************************************************')
|
164 |
print(auth_code)
|
165 |
nav_script = """<meta http-equiv="refresh" content="0; url='%s'">""" % (URL_REDIRECT)
|