From 3344f8ab80a275b9df2cd20100c8af7861b1d84f Mon Sep 17 00:00:00 2001 From: Benjamyn Love Date: Thu, 29 Mar 2018 05:42:51 +1100 Subject: [PATCH] Forgot to remove old cfg line lol memes --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index 0535690..dc49551 100755 --- a/main.py +++ b/main.py @@ -19,7 +19,6 @@ indent = '~ ' whoisrecs = ["NotFound", "DomainName", "Registrar", "Status", "UpdatedDate", "CreationDate", "ExpirationDate", "RegistrantName", "RegistrantEmail", "EligibilityName", "EligibilityType", "EligibilityID", "RegistrantID", "NameServer"] #ipData = ["asn_country_code", "asn_description"] ipData = {"asn_country_code":"Country", "asn_description":"Owner"} -CountryDict = cc.parseCSV(cc.openCSV("codes.csv")) # Loaded from the config file jsonData = config.readConf()