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