From f31a3a2053b07b834c5143bd6be4eaf05c1a014d Mon Sep 17 00:00:00 2001 From: Bnyro Date: Wed, 9 Oct 2024 11:59:31 +0200 Subject: [chore] *: fix typos detected by typos-cli --- searx/engines/tineye.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/engines/tineye.py') 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'], } -- cgit v1.2.3