mirror of https://github.com/searxng/searxng.git
[fix] pep8
This commit is contained in:
parent
b4c657d227
commit
03d7a8f065
|
@ -30,6 +30,7 @@ def request(query, params):
|
|||
params['url'] = url
|
||||
return params
|
||||
|
||||
|
||||
# get response from search-request
|
||||
def response(resp):
|
||||
json = loads(resp.text)
|
||||
|
|
Loading…
Reference in New Issue