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

This commit is contained in:
Dalf 2017-04-08 23:32:00 +02:00 committed by Adam Tauber
parent f5128c7cb9
commit c233bf0df9
1 changed files with 0 additions and 1 deletions

View File

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