Spaces:
Sleeping
Sleeping
Update google_function.py
Browse files- 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'">""" % (
|
| 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------------------')
|