From 944ab20e56cf7945beb0fdb76c087a6cde0583f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 13 Apr 2018 18:04:17 +0200 Subject: [PATCH] new: Add asn description fetcher in the start script --- bin/start.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/start.py b/bin/start.py index b82967b..b9c99ee 100755 --- a/bin/start.py +++ b/bin/start.py @@ -17,3 +17,4 @@ if __name__ == '__main__': Popen(['sanitizer.py']) Popen(['dbinsert.py']) Popen(['ranking.py']) + Popen(['asn_descriptions.py'])