From 755d907580d0f4462445af673cc20d385bccd096 Mon Sep 17 00:00:00 2001 From: Sebdraven Date: Mon, 11 Jun 2018 13:21:21 +0200 Subject: [PATCH] pep 8 compliant --- misp_modules/modules/expansion/onyphe.py | 1 + 1 file changed, 1 insertion(+) diff --git a/misp_modules/modules/expansion/onyphe.py b/misp_modules/modules/expansion/onyphe.py index 9dad860..7494867 100644 --- a/misp_modules/modules/expansion/onyphe.py +++ b/misp_modules/modules/expansion/onyphe.py @@ -61,6 +61,7 @@ def handle_expansion(api, ip, misperrors): os_list = [] domains_resolver = [] domains_forward = [] + for r in result['results']: if r['@category'] == 'pastries': if r['@type'] == 'pastebin':