Failed arg
This commit is contained in:
@@ -84,8 +84,4 @@ if __name__ == '__main__':
|
|||||||
if args.host:
|
if args.host:
|
||||||
ips_and_hosts.update(toIP(read_document(args.host)))
|
ips_and_hosts.update(toIP(read_document(args.host)))
|
||||||
fails.update(toIP(read_document(args.failed)))
|
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)
|
check_ping(ips_and_hosts, fails)
|
||||||
Reference in New Issue
Block a user