summaryrefslogtreecommitdiff
path: root/searx/engines/tineye.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/engines/tineye.py')
-rw-r--r--searx/engines/tineye.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/tineye.py b/searx/engines/tineye.py
index c35799c69..20f6e41fd 100644
--- a/searx/engines/tineye.py
+++ b/searx/engines/tineye.py
@@ -208,7 +208,7 @@ def response(resp):
'title': backlink['image_name'],
'img_src': backlink['url'],
'format': tineye_match['image_format'],
- 'widht': tineye_match['width'],
+ 'width': tineye_match['width'],
'height': tineye_match['height'],
'publishedDate': backlink['crawl_date'],
}