remove 'print'

This commit is contained in:
Dalf 2015-06-02 10:50:49 +02:00
parent fb4df9d6c3
commit 9d10277c22
1 changed files with 0 additions and 1 deletions

View File

@ -158,7 +158,6 @@ def startpage(query):
url = 'https://startpage.com/do/suggest?{query}'
resp = get(url.format(query=urlencode({'query': query}))).text.split('\n')
print resp
if len(resp) > 1:
return resp
return []