mirror of
https://github.com/searx/searx
synced 2024-11-22 09:57:08 +01:00
Fix code style
This commit is contained in:
parent
258c6fbd5a
commit
51530bc394
@ -28,6 +28,7 @@ categories = ['general']
|
||||
# search-url
|
||||
URL = 'https://www.onesearch.com/yhs/search;?p=%s'
|
||||
|
||||
|
||||
def request(query, params):
|
||||
params['url'] = URL % query
|
||||
return params
|
||||
@ -53,4 +54,3 @@ def response(resp):
|
||||
})
|
||||
|
||||
return results
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user