Spaces:
Running
Running
Tu Nombre commited on
Commit ·
2a5d662
1
Parent(s): c27889b
avisos a sicariodedios69
Browse files
main.py
CHANGED
|
@@ -92,7 +92,7 @@ def _enviar_aviso_real(asunto, mensaje):
|
|
| 92 |
headers={"api-key": os.environ.get("BREVO_KEY",""), "Content-Type": "application/json", "accept": "application/json"},
|
| 93 |
json={
|
| 94 |
"sender": {"name": "TubeBot Avisos", "email": "dayron100813@gmail.com"},
|
| 95 |
-
"to": [{"email": "
|
| 96 |
"subject": asunto,
|
| 97 |
"htmlContent": f"<div style='font-family:sans-serif;background:#0a0a0a;color:#fff;padding:20px'>{html}</div>"
|
| 98 |
},
|
|
|
|
| 92 |
headers={"api-key": os.environ.get("BREVO_KEY",""), "Content-Type": "application/json", "accept": "application/json"},
|
| 93 |
json={
|
| 94 |
"sender": {"name": "TubeBot Avisos", "email": "dayron100813@gmail.com"},
|
| 95 |
+
"to": [{"email": "Sicariodedios69@gmail.com"}],
|
| 96 |
"subject": asunto,
|
| 97 |
"htmlContent": f"<div style='font-family:sans-serif;background:#0a0a0a;color:#fff;padding:20px'>{html}</div>"
|
| 98 |
},
|