mirror of
https://github.com/searxng/searxng
synced 2024-11-05 06:01:05 +00:00
Fix grammar mistake in debug log output
This commit is contained in:
parent
6c0114567e
commit
dfc66ff0f0
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user