From: Michael Tremer Date: Tue, 7 Jan 2020 18:34:39 +0000 (+0000) Subject: tools: This is no longer a LACNIC parser only any more X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fe116ad8e1d8dca90da2da06f50271fa3358152;p=location%2Flocation-database.git tools: This is no longer a LACNIC parser only any more Signed-off-by: Michael Tremer --- diff --git a/tools/base.py b/tools/base.py index ec2da8b..c5ea4b6 100644 --- a/tools/base.py +++ b/tools/base.py @@ -229,7 +229,7 @@ class RIRParser(object): return try: - lacnic, country_code, type, line = line.split("|", 3) + registry, country_code, type, line = line.split("|", 3) except: logging.warning("Could not parse line: %s" % line) return