mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 12:10:11 +01:00
[fix] typo
This commit is contained in:
parent
5eabba2da1
commit
66a70c6ae4
@ -101,7 +101,7 @@ class ResultContainer(object):
|
||||
results.remove(result)
|
||||
elif 'answer' in result:
|
||||
self.answers.add(result['suggestion'])
|
||||
results.remve(result)
|
||||
results.remove(result)
|
||||
elif 'infobox' in result:
|
||||
self._merge_infobox(result)
|
||||
results.remove(result)
|
||||
|
Loading…
Reference in New Issue
Block a user