From 04b90a5b7dca9e366c997a2a9c729190a16c369d Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 2 Dec 2016 10:03:09 +0100 Subject: [PATCH] Typo fixed --- pymisp/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pymisp/README.md b/pymisp/README.md index 69eead4..a8fc2ed 100644 --- a/pymisp/README.md +++ b/pymisp/README.md @@ -322,8 +322,8 @@ osintcircl = requests.get('{}manifest.json'.format(url)) misp = PyMISP('http://misp.test/', 'key', False, 'json') for uri in osintcircl.json(): - req = requests.get('{}{}.json'.format(url,uri)) - misp.add_event(req.json()) + req = requests.get('{}{}.json'.format(url,uri)) + misp.add_event(req.json()) ~~~~ #### ioc-2-misp