mirror of https://github.com/MISP/misp-book
Typo fixed
parent
de6f21bc51
commit
04b90a5b7d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue