summaryrefslogtreecommitdiff
path: root/searx/engines/yahoo.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/engines/yahoo.py')
-rw-r--r--searx/engines/yahoo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/yahoo.py b/searx/engines/yahoo.py
index 2fbd785cf..436a2d7a6 100644
--- a/searx/engines/yahoo.py
+++ b/searx/engines/yahoo.py
@@ -24,7 +24,7 @@ def request(query, params):
params['url'] = search_url.format(offset=offset,
query=urlencode({'p': query}))
params['cookies']['sB'] = 'fl=1&vl=lang_{lang}&sh=1&rw=new&v=1'\
- .format(lang=language)
+ .format(lang=language)
return params