mirror of
https://github.com/searxng/searxng.git
synced 2025-07-16 09:49:21 +02:00
little refactoring
This commit is contained in:
parent
16d1526818
commit
3d61d9b930
4 changed files with 4 additions and 1 deletions
|
@ -23,6 +23,7 @@ language_support = True
|
|||
base_url = 'https://www.bing.com/'
|
||||
search_string = 'search?{query}&first={offset}'
|
||||
|
||||
|
||||
# do search-request
|
||||
def request(query, params):
|
||||
offset = (params['pageno'] - 1) * 10 + 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue