Merge pull request #421 from github-pba/fix_issue_420

Fix for issue 420
pull/422/head
Raphaël Vinot 2019-07-19 10:24:25 +02:00 committed by GitHub
commit 0a617aba3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: