mirror of
https://github.com/searx/searx
synced 2025-09-02 07:25:50 +00:00
Fix style errors in Qwant engine
This commit is contained in:
@@ -61,6 +61,7 @@ category_to_keyword = {
|
|||||||
# search-url
|
# search-url
|
||||||
url = 'https://api.qwant.com/v3/search/{keyword}?q={query}&count={count}&offset={offset}'
|
url = 'https://api.qwant.com/v3/search/{keyword}?q={query}&count={count}&offset={offset}'
|
||||||
|
|
||||||
|
|
||||||
def request(query, params):
|
def request(query, params):
|
||||||
"""Qwant search request"""
|
"""Qwant search request"""
|
||||||
keyword = category_to_keyword[categories[0]]
|
keyword = category_to_keyword[categories[0]]
|
||||||
|
Reference in New Issue
Block a user