Fix for issue 420

pull/421/head
github-pba 2019-07-18 08:45:55 +02:00
parent 16ac0b2c14
commit 969a9618cc
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): def search_sighting(m, context, out=None, **kwargs):
result = m.sighting_search(context, **kwargs) result = m.search_sightings(context, **kwargs)
if out is None: if out is None:
print(json.dumps(result['response'])) print(json.dumps(result['response']))
else: else: