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