siguiendo errores

This commit is contained in:
2025-03-16 22:10:43 +01:00
parent 6f5b9d40da
commit 1274100a03

View File

@ -229,7 +229,7 @@ def search_indice(indice):
"cambio": price_change.text.replace(",", "").strip(), # Convertir a número "cambio": price_change.text.replace(",", "").strip(), # Convertir a número
"porcentaje": price_change_percent.text.strip() "porcentaje": price_change_percent.text.strip()
} }
logging.info(data)
# Enviar los datos al bot de Telegram # Enviar los datos al bot de Telegram
response_telegram = requests.post(TELEGRAM_BOT_URL, json=data) response_telegram = requests.post(TELEGRAM_BOT_URL, json=data)