1
0
mirror of https://github.com/searx/searx synced 2024-11-22 09:57:08 +01:00

Fix code style

This commit is contained in:
Israel Yago Pereira 2021-11-01 16:45:45 -03:00
parent 258c6fbd5a
commit 51530bc394

View File

@ -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