mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[fix] pep8
This commit is contained in:
parent
b4c657d227
commit
03d7a8f065
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ def request(query, params):
|
||||||
params['url'] = url
|
params['url'] = url
|
||||||
return params
|
return params
|
||||||
|
|
||||||
|
|
||||||
# get response from search-request
|
# get response from search-request
|
||||||
def response(resp):
|
def response(resp):
|
||||||
json = loads(resp.text)
|
json = loads(resp.text)
|
||||||
|
|
Loading…
Add table
Reference in a new issue