Spaces:
Running
Running
Tu Nombre commited on
Commit ·
cc34d34
1
Parent(s): d18146c
panel a mi-cuenta
Browse files
main.py
CHANGED
|
@@ -1020,7 +1020,7 @@ async def oauth_callback(code: str, state: str):
|
|
| 1020 |
if canal_idx < len(CLIENTES[email].get("canales", [])):
|
| 1021 |
CLIENTES[email]["canales"][canal_idx]["youtube"] = True
|
| 1022 |
guardar_clientes()
|
| 1023 |
-
url_cliente =
|
| 1024 |
nicho = CLIENTES.get(email, {}).get("nicho", "tu nicho")
|
| 1025 |
return HTMLResponse(f"""
|
| 1026 |
<html><head><meta charset="utf-8"><title>¡Bienvenido!</title></head>
|
|
|
|
| 1020 |
if canal_idx < len(CLIENTES[email].get("canales", [])):
|
| 1021 |
CLIENTES[email]["canales"][canal_idx]["youtube"] = True
|
| 1022 |
guardar_clientes()
|
| 1023 |
+
url_cliente = f"https://cristobal299-iaweb.hf.space/mi-cuenta?email={email}"
|
| 1024 |
nicho = CLIENTES.get(email, {}).get("nicho", "tu nicho")
|
| 1025 |
return HTMLResponse(f"""
|
| 1026 |
<html><head><meta charset="utf-8"><title>¡Bienvenido!</title></head>
|