MatteoScript commited on
Commit
514baa9
1 Parent(s): 7113842

Update google_function.py

Browse files
Files changed (1) hide show
  1. 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(0.7)
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)