dont use print

This commit is contained in:
j 2016-02-07 18:24:07 +05:30
commit 2bad1b30d2
4 changed files with 3 additions and 6 deletions

View file

@ -111,7 +111,6 @@ def find(title=None, author=None):
'start-index':1,
'min-viewability':'none',
})
print(url)
data = read_url(url)
feed = etree.fromstring(data,
parser=etree.XMLParser(recover=True, no_network=True))