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
ff4cf4e0e4
commit
5bc3e3ad47
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ def get_lang_info(params, lang_list, custom_aliases, supported_any_language):
|
|||
|
||||
# ret_val['subdomain'] = 'www.' + google_domains.get(country.upper(), 'google.com')
|
||||
|
||||
googleDom = ['141-147-173-154.sslip.io','soft-boat-2809.vercel.app']
|
||||
googleDom = ['141-147-173-154.sslip.io','soft-boat-2809.vercel.app','g-192-9-246-193.sslip.io']
|
||||
|
||||
ret_val['subdomain'] = random.choice(googleDom)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue