Merge remote-tracking branch 'searx/master'

This commit is contained in:
Alexandre Flament 2021-04-19 09:35:12 +02:00
commit 48720e20a8
7 changed files with 182 additions and 4 deletions

View file

@ -242,7 +242,7 @@ def response(resp):
if answer:
results.append({'answer': ' '.join(answer)})
else:
logger.debug("did not found 'answer'")
logger.debug("did not find 'answer'")
# results --> number_of_results
try: