mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 05:39:22 +02:00
[enh] add infoboxes and answers (clean up)
This commit is contained in:
parent
6bfd566353
commit
0a71525ab6
4 changed files with 74 additions and 20 deletions
|
@ -76,7 +76,6 @@ def make_callback(engine_name, results, suggestions, answers, infoboxes, callbac
|
|||
# if it is an infobox, add it to list of infoboxes
|
||||
if 'infobox' in result:
|
||||
infoboxes.append(result)
|
||||
print result
|
||||
continue
|
||||
|
||||
# append result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue