From 68e90a870f77bccefcddf7b13008bd8fcb8d0343 Mon Sep 17 00:00:00 2001 From: JJ Date: Fri, 24 Jan 2025 13:22:42 +0100 Subject: [PATCH] Corregir mensaje de uso --- notificacion_telegram.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notificacion_telegram.py b/notificacion_telegram.py index f9edc13..fa41fa4 100644 --- a/notificacion_telegram.py +++ b/notificacion_telegram.py @@ -39,7 +39,7 @@ async def enviar_mensaje(mensaje): def main(): # Verificar que se haya proporcionado un argumento if len(sys.argv) != 2: - print("Uso: python enviar_alerta.py ") + print("Uso: python notificacion_telegram.py ") sys.exit(1) # Obtener el mensaje del argumento