Browse Source

[fix] framalibre : remove result['thumbnail'] (not used)

Dalf 8 years ago
parent
commit
c233bf0df9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      searx/engines/framalibre.py

+ 0 - 1
searx/engines/framalibre.py

@@ -62,7 +62,6 @@ def response(resp):
         # append result
         results.append({'url': href,
                         'title': title,
-                        'thumbnail': thumbnail,
                         'img_src': thumbnail,
                         'content': content})