Corregir mensaje de uso
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user