mirror of
https://github.com/searxng/searxng
synced 2024-01-01 18:24:07 +00:00
[fix] framalibre : remove result['thumbnail'] (not used)
This commit is contained in:
parent
f5128c7cb9
commit
c233bf0df9
@ -62,7 +62,6 @@ def response(resp):
|
|||||||
# append result
|
# append result
|
||||||
results.append({'url': href,
|
results.append({'url': href,
|
||||||
'title': title,
|
'title': title,
|
||||||
'thumbnail': thumbnail,
|
|
||||||
'img_src': thumbnail,
|
'img_src': thumbnail,
|
||||||
'content': content})
|
'content': content})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user