From d4e7d822a90550c3ab2015ff86802419db78d780 Mon Sep 17 00:00:00 2001 From: vgallegoiz Date: Sun, 5 May 2024 23:43:39 +0200 Subject: [PATCH] Failed arg --- status.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/status.py b/status.py index 27c730e..19c9fab 100644 --- a/status.py +++ b/status.py @@ -84,8 +84,4 @@ if __name__ == '__main__': if args.host: ips_and_hosts.update(toIP(read_document(args.host))) fails.update(toIP(read_document(args.failed))) - if args.web: - print("Hay webs") - # Parsear correctamente - # ips_and_hosts.update() check_ping(ips_and_hosts, fails) \ No newline at end of file