Fix for my idiocy
This commit is contained in:
parent
28a7f6acc6
commit
96df21c047
2
main.py
2
main.py
@ -53,7 +53,7 @@ for x in tmpips:
|
|||||||
for value in ips:
|
for value in ips:
|
||||||
if "." in value:
|
if "." in value:
|
||||||
#lookup(value)
|
#lookup(value)
|
||||||
lookupThread = threadedLookup(name = "lookup" + value)
|
lookupThread = threadedLookup(name = "lookup" + value, value)
|
||||||
lookupThread.start()
|
lookupThread.start()
|
||||||
|
|
||||||
#pprint(ipdict)
|
#pprint(ipdict)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user