Browse Source

[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"
Dalf 5 years ago
parent
commit
1cee2c1796
1 changed files with 0 additions and 2 deletions
  1. 0 2
      searx/engines/bing.py

+ 0 - 2
searx/engines/bing.py

@@ -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