mirror of
https://github.com/searxng/searxng.git
synced 2024-11-23 19:31:00 +00: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
|
||||
return params
|
||||
|
||||
|
||||
# get response from search-request
|
||||
def response(resp):
|
||||
json = loads(resp.text)
|
||||
|
|
Loading…
Reference in a new issue