From 085dc804c0ad02588a587a1d6d65ca6739f70e62 Mon Sep 17 00:00:00 2001 From: Benajmyn Love Date: Tue, 20 Feb 2018 09:37:19 +1100 Subject: [PATCH] IT WORKS :D --- main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.py b/main.py index a08a99d..844d674 100644 --- a/main.py +++ b/main.py @@ -58,11 +58,8 @@ for value in ips: if "." in value: #lookup(value) currValue = value - print currValue lookupThread = threadedLookup(name = "lookup" + value) lookupThread.start() -print(threading.active_count()) -time.sleep(10) #pprint(ipdict) for key, value in sorted(ipdict.iteritems(), key=lambda (k,v): (v,k)):