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
1 changed files with 1 additions and 1 deletions

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: