Traceback when trying to use a file...
Status: Beta
Brought to you by:
jmcvetta
when loading from a file with 1 IP address per line, I
get the following traceback
python2 adlook.py --file ./bad
Traceback (most recent call last):
File "adlook.py", line 383, in ?
main(sys.argv)
File "adlook.py", line 352, in main
unresolved = parseOptions(argv)
File "adlook.py", line 331, in parseOptions
raise Exception('Fallthrough!?')
Exception: Fallthrough!?