From ead7373a190fa9f7de8a4ec745eaa047b2162f16 Mon Sep 17 00:00:00 2001 From: benjamyn Date: Sat, 29 Dec 2018 10:14:05 +1100 Subject: [PATCH] removed test code --- PyGeoIP.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/PyGeoIP.py b/PyGeoIP.py index c7af89e..562cd80 100644 --- a/PyGeoIP.py +++ b/PyGeoIP.py @@ -38,10 +38,6 @@ def parseIPS(): parseIPS() -ff = lookupIP("122.106.224.146") - -print(ff["asn_country_code"]) - for ips in ipList: # ccode = ipCheck(lookupIP(ips[1])) ret = lookupIP(ips[1])