Fix for my idiocy

This commit is contained in:
Benjamyn Love 2018-02-20 08:51:39 +11:00
parent 28a7f6acc6
commit 96df21c047

View File

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