MatteoScript commited on
Commit
7113842
1 Parent(s): 0d8eb4c

Update google_function.py

Browse files
Files changed (1) hide show
  1. google_function.py +1 -1
google_function.py CHANGED
@@ -162,7 +162,7 @@ def connetti_google():
162
  time.sleep(0.7)
163
  print('**************************************************************')
164
  print(auth_code)
165
- nav_script = """<meta http-equiv="refresh" content="0; url='%s'">""" % (redirect)
166
  st.write(nav_script, unsafe_allow_html=True)
167
  else:
168
  print('------------4------------------')
 
162
  time.sleep(0.7)
163
  print('**************************************************************')
164
  print(auth_code)
165
+ nav_script = """<meta http-equiv="refresh" content="0; url='%s'">""" % (URL_REDIRECT)
166
  st.write(nav_script, unsafe_allow_html=True)
167
  else:
168
  print('------------4------------------')