Update ip.py

main
mpgn 2021-09-21 11:46:06 +00:00
parent 2e748b4727
commit 3d0331f714
1 changed files with 0 additions and 1 deletions

View File

@ -23,5 +23,4 @@ def parse_targets(target):
for ip in ip_network(target, strict=False):
yield str(ip)
except ValueError as e:
print(e)
yield str(target)