dont use print
This commit is contained in:
parent
9747f27d31
commit
2bad1b30d2
4 changed files with 3 additions and 6 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue