mirror of
https://github.com/searxng/searxng.git
synced 2024-12-29 20:50:28 +00:00
[fix] print removed
This commit is contained in:
parent
9a74113b1c
commit
14f4083ba1
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ def request(query, params):
|
|||
params['method'] = 'POST'
|
||||
params['data'] = {'query': query,
|
||||
'startat': (params['pageno'] - 1) * 10} # offset
|
||||
print params['data']
|
||||
return params
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue