forked from Icycoide/searxng
fix pep8
This commit is contained in:
parent
e7baf24ec1
commit
a7c8d5882c
2 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@ time_range_dict = {'day': 'd',
|
|||
'week': 'w',
|
||||
'month': 'm'}
|
||||
|
||||
|
||||
# do search-request
|
||||
def request(query, params):
|
||||
offset = (params['pageno'] - 1) * 100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue