From 3fe116ad8e1d8dca90da2da06f50271fa3358152 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 7 Jan 2020 18:34:39 +0000 Subject: [PATCH] tools: This is no longer a LACNIC parser only any more Signed-off-by: Michael Tremer --- tools/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3