mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
remove 'print'
This commit is contained in:
@@ -158,7 +158,6 @@ def startpage(query):
|
|||||||
url = 'https://startpage.com/do/suggest?{query}'
|
url = 'https://startpage.com/do/suggest?{query}'
|
||||||
|
|
||||||
resp = get(url.format(query=urlencode({'query': query}))).text.split('\n')
|
resp = get(url.format(query=urlencode({'query': query}))).text.split('\n')
|
||||||
print resp
|
|
||||||
if len(resp) > 1:
|
if len(resp) > 1:
|
||||||
return resp
|
return resp
|
||||||
return []
|
return []
|
||||||
|
|||||||
Reference in New Issue
Block a user