소스 검색

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

Dalf 8 년 전
부모
커밋
c233bf0df9
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      searx/engines/framalibre.py

+ 0
- 1
searx/engines/framalibre.py 파일 보기

@@ -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