mirror of
https://github.com/searxng/searxng.git
synced 2025-07-12 07:49:22 +02:00
[chore] fix ci
This commit is contained in:
parent
b385f32098
commit
cacfe54153
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ enable_http2 = False
|
|||
|
||||
def request(query, params):
|
||||
params['url'] = f"{base_url}/?s={quote_plus(query)}"
|
||||
params['headers'] = {'User-Agent': "Mozilla/5.0 (X11; Linux x86_64; rv:139.0) Gecko/20100101 Firefox/139.0"}
|
||||
params['headers'] = {'User-Agent': gen_useragent()}
|
||||
return params
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue