mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-27 00:07:16 +00:00
chg: [MISP export] remove pythonify
This commit is contained in:
parent
cae4086208
commit
66dd0dec0b
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ def create_misp_event(event, distribution=0, threat_level_id=4, publish=False, a
|
|||
# # TODO: handle multiple MISP instance
|
||||
misp = PyMISP(misp_url, misp_key, misp_verifycert)
|
||||
#print(event.to_json())
|
||||
misp_event = misp.add_event(event, pythonify=True)
|
||||
misp_event = misp.add_event(event)
|
||||
# # TODO: handle error
|
||||
event_metadata = extract_event_metadata(misp_event)
|
||||
return event_metadata
|
||||
|
|
Loading…
Reference in a new issue