mirror of
https://github.com/searxng/searxng.git
synced 2024-12-23 01:36:29 +00:00
[fix] pep8
This commit is contained in:
parent
e74bdf8429
commit
ed1c1bdb04
3 changed files with 2 additions and 3 deletions
|
@ -51,7 +51,6 @@ def request(query, params):
|
||||||
'engine0': 'v1all',
|
'engine0': 'v1all',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# set language if specified
|
# set language if specified
|
||||||
if params['language'] != 'all':
|
if params['language'] != 'all':
|
||||||
language = 'english'
|
language = 'english'
|
||||||
|
|
Loading…
Reference in a new issue