From 6ab6224ff68fda59997f1ac32bb50fde4ae98fa6 Mon Sep 17 00:00:00 2001 From: victor Date: Sun, 14 Apr 2024 13:57:07 +0200 Subject: [PATCH] deleted prints --- status.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/status.py b/status.py index cb3e9cd..9750861 100644 --- a/status.py +++ b/status.py @@ -44,10 +44,7 @@ def check_ping(hosts): print(f'Pingin host: {host}') response = ping(str(host), count=4, timeout=2) # verbose=True -> Para ver la respuesta del ping if not response.success(): - print(False) send_discord_message(f"Ping fallido para el host: {host}") - else: - print(True) except Exception as e: print(f"Error making ping to {host}: {e}") @@ -68,7 +65,6 @@ if __name__ == '__main__': ips_and_hosts = set() if args.host: ips_and_hosts.update(toIP(read_document(args.host))) - print(ips_and_hosts) if args.web: print("Hay webs") # Parsear correctamente