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