Corregir mensaje de uso

This commit is contained in:
2025-01-24 13:22:42 +01:00
parent 76912277a8
commit 68e90a870f
+1 -1
View File
@@ -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 <mensaje>")
print("Uso: python notificacion_telegram.py <mensaje>")
sys.exit(1)
# Obtener el mensaje del argumento