Fix code style

This commit is contained in:
Israel Yago Pereira 2021-11-01 16:45:45 -03:00
parent 258c6fbd5a
commit 51530bc394
1 changed files with 1 additions and 1 deletions

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