Testing, I really need to setup my env on wandows

This commit is contained in:
Benjamyn Love 2018-02-20 09:10:03 +11:00
parent 9d6c447ac9
commit fa68ed3c23

View File

@ -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()