mirror of
https://github.com/searxng/searxng.git
synced 2025-12-24 04:30:02 +00:00
[black] upgrade black 22.12.0 --> 24.2.0
The issue discussed in [1] has been solved since [2] has been merged into black / now we can upgrade without touching 69 files as it was needed with black 23.1.0 [3]. [1] https://github.com/searxng/searxng/pull/2159#issuecomment-1425723977 [2] https://github.com/psf/black/pull/4060 [3] https://github.com/searxng/searxng/pull/2159/files Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
committed by
Markus Heiser
parent
48d04871a4
commit
a7b51f023e
@@ -31,6 +31,7 @@ paging = True
|
||||
url = 'https://music.yandex.ru'
|
||||
search_url = url + '/handlers/music-search.jsx'
|
||||
|
||||
|
||||
# do search-request
|
||||
def request(query, params):
|
||||
args = {'text': query, 'page': params['pageno'] - 1}
|
||||
|
||||
Reference in New Issue
Block a user