1
0
mirror of https://github.com/searx/searx synced 2024-12-03 23:51:34 +01:00

[fix] bing engine

before this commit, sometimes there are no results
use a generic user-agent instead of one with the OS "Windows NT 6.3; WOW64"
This commit is contained in:
Dalf 2019-08-05 15:46:40 +02:00
parent 9a378ca8c6
commit 1cee2c1796

View File

@ -47,8 +47,6 @@ def request(query, params):
params['url'] = base_url + search_path
params['headers']['User-Agent'] = gen_useragent('Windows NT 6.3; WOW64')
return params