mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 12:10:11 +01: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