Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.

Commit

Permalink
fixes #161 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesyoung authored Dec 8, 2016
1 parent 14d02ff commit f772489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cif/store/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def handle_indicators_create(self, token, data, id=None, client_id=None):
else:
raise AuthError('invalid token')

def handle_indicators_search(self, token, data):
def handle_indicators_search(self, token, data, **kwargs):
if self.store.token_read(token):
logger.debug('searching')
try:
Expand Down

0 comments on commit f772489

Please sign in to comment.