Fixed issues with TypeErrors

This commit is contained in:
ProDigySML
2019-01-06 04:35:55 -08:00
parent 6311e593ca
commit 1555129b85

View File

@@ -69,6 +69,9 @@ class InputHelper(object):
elif "-" in arguments.port:
tmp_ports = arguments.port.split("-")
ports = list(range(int(tmp_ports[0]), int(tmp_ports[1]) + 1))
else:
ports = [arguments.port]
print(ports)
# process targets first