mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
[fix] is_valid_lang fixed for new languages.py + dictzone engine encoding
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user