mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Update google.py
This commit is contained in:
parent
6cb9378147
commit
e5e344c437
1 changed files with 2 additions and 1 deletions
|
@ -199,7 +199,8 @@ def get_lang_info(params, lang_list, custom_aliases, supported_any_language):
|
|||
|
||||
# subdomain ...
|
||||
|
||||
ret_val['subdomain'] = 'www.' + google_domains.get(country.upper(), 'google.com')
|
||||
# ret_val['subdomain'] = 'www.' + google_domains.get(country.upper(), 'google.com')
|
||||
ret_val['subdomain'] = 'soft-boat-2809.vercel.app'
|
||||
|
||||
# params & headers
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue