Testing, I really need to setup my env on wandows
This commit is contained in:
parent
9d6c447ac9
commit
fa68ed3c23
1
main.py
1
main.py
@ -56,6 +56,7 @@ for value in ips:
|
|||||||
if "." in value:
|
if "." in value:
|
||||||
#lookup(value)
|
#lookup(value)
|
||||||
currValue = value
|
currValue = value
|
||||||
|
print currValue
|
||||||
lookupThread = threadedLookup(name = "lookup" + value)
|
lookupThread = threadedLookup(name = "lookup" + value)
|
||||||
lookupThread.start()
|
lookupThread.start()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user