Explorar el Código

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

Dalf hace 8 años
padre
commit
c233bf0df9
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      searx/engines/framalibre.py

+ 0
- 1
searx/engines/framalibre.py Ver fichero

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