asciimoo hace 11 años
padre
commit
3a2b9a8682
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      searx/engines/yahoo.py

+ 1
- 1
searx/engines/yahoo.py Ver fichero

@@ -24,7 +24,7 @@ def request(query, params):
24 24
     params['url'] = search_url.format(offset=offset,
25 25
                                       query=urlencode({'p': query}))
26 26
     params['cookies']['sB'] = 'fl=1&vl=lang_{lang}&sh=1&rw=new&v=1'\
27
-            .format(lang=language)
27
+        .format(lang=language)
28 28
     return params
29 29
 
30 30