forked from zaclys/searxng
[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
|
||||
results.append({'url': href,
|
||||
'title': title,
|
||||
'thumbnail': thumbnail,
|
||||
'img_src': thumbnail,
|
||||
'content': content})
|
||||
|
||||
|
|
Loading…
Reference in New Issue