Failed arg

This commit is contained in:
2024-05-05 23:43:39 +02:00
parent 3303730513
commit d4e7d822a9

View File

@@ -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)