1
0
mirror of https://github.com/searxng/searxng.git synced 2024-07-07 18:00:13 +02:00

Merge pull request #2759 from ypid/fix/typo

Fix grammar mistake in debug log output
This commit is contained in:
Noémi Ványi 2021-04-16 17:26:45 +02:00 committed by GitHub
commit e56323d3c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -243,7 +243,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: