Fix grammar mistake in debug log output

This commit is contained in:
Robin Schneider 2021-04-11 22:12:53 +02:00
parent 6c0114567e
commit dfc66ff0f0
No known key found for this signature in database
GPG Key ID: A81E8006DC95EFE6
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: