mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 12:10:11 +01:00
[fix] print removed
This commit is contained in:
parent
941e5fb2c4
commit
c573d3d69e
@ -22,7 +22,6 @@ def request(query, params):
|
||||
params['url'] = search_url.format(search_term=quote(query),
|
||||
search_type=search_type,
|
||||
pageno=params['pageno'] - 1)
|
||||
print params['url']
|
||||
return params
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user