From 96df21c047194da09634fa6276697caad3d364ed Mon Sep 17 00:00:00 2001 From: Benajmyn Love Date: Tue, 20 Feb 2018 08:51:39 +1100 Subject: [PATCH] Fix for my idiocy --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)