diff --git a/main.py b/main.py index ced7eea..36b6a4e 100644 --- a/main.py +++ b/main.py @@ -53,7 +53,7 @@ for x in tmpips: for value in ips: if "." in value: #lookup(value) - lookupThread = threadedLookup(name = "lookup" + value) + lookupThread = threadedLookup(name = "lookup" + value, value) lookupThread.start() #pprint(ipdict)