Merge branch 'master' of github.com:MISP/PyMISP

pull/422/head
Raphaël Vinot 2019-07-19 10:57:24 +02:00
commit 1a9b598b96
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ def init(url, key):
def search_sighting(m, context, out=None, **kwargs):
result = m.sighting_search(context, **kwargs)
result = m.search_sightings(context, **kwargs)
if out is None:
print(json.dumps(result['response']))
else: