From 714c15f079c91b82c796239238859501c84f3ea8 Mon Sep 17 00:00:00 2001 From: Sebdraven Date: Tue, 10 Jul 2018 15:05:10 +0200 Subject: [PATCH] change return value --- misp_modules/modules/expansion/dnstrails.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misp_modules/modules/expansion/dnstrails.py b/misp_modules/modules/expansion/dnstrails.py index 9787a15..5f2cc63 100644 --- a/misp_modules/modules/expansion/dnstrails.py +++ b/misp_modules/modules/expansion/dnstrails.py @@ -260,4 +260,4 @@ def __select_registrant_item(entry): for c in entry['contacts']: print(c) if c['type'] == 'registrant': - return entry + return c