Skip to content

Commit

Permalink
Fix last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Jan 24, 2017
1 parent 8e67303 commit 6bee446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymisp/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ def __query(self, session, path, query, controller='events'):
return self._check_response(response)

def search_index(self, published=None, eventid=None, tag=None, datefrom=None,
dateto=None, eventinfo=None, threatlevel=None, distribution=None,
dateuntil=None, eventinfo=None, threatlevel=None, distribution=None,
analysis=None, attribute=None, org=None):
"""Search only at the index level. Use ! infront of value as NOT, default OR
Expand Down

0 comments on commit 6bee446

Please sign in to comment.