mirror of
https://github.com/searxng/searxng.git
synced 2025-08-31 23:46:49 +02:00
[fix] is_valid_lang fixed for new languages.py + dictzone engine encoding
This commit is contained in:
parent
b50c89f503
commit
9b82cb1908
2 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@ def request(query, params):
|
|||
|
||||
params['url'] = url.format(from_lang=from_lang[2],
|
||||
to_lang=to_lang[2],
|
||||
query=query)
|
||||
query=query.decode('utf-8'))
|
||||
|
||||
return params
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue