Typo fixed

pull/33/head
Alexandre Dulaunoy 2016-12-02 10:03:09 +01:00
parent de6f21bc51
commit 04b90a5b7d
1 changed files with 2 additions and 2 deletions

View File

@ -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