From b9c1535d73fb087bc8cab7a05fd9146472abf88d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 31 Jan 2018 00:43:01 +0000 Subject: [PATCH] Use the organisation's name as AS name Signed-off-by: Michael Tremer --- tools/database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/database.py b/tools/database.py index d0a3669..99d6918 100644 --- a/tools/database.py +++ b/tools/database.py @@ -59,7 +59,7 @@ class Database(object): if m: asn = int(m.group(1)) - elif key == "name": + elif key == "org": name = val if asn and name: -- 2.47.3