mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 13:22:45 +02:00
Remove a print statement
This commit is contained in:
parent
05e9dc65d1
commit
d9e0e36140
1 changed files with 0 additions and 1 deletions
|
|
@ -55,7 +55,6 @@ def search(self, query, max_results=10, timeout=60):
|
|||
if not id:
|
||||
continue
|
||||
id = id[7:]
|
||||
print(id)
|
||||
cover_url = ''.join(data.xpath('./tr/td[1]/a/img/@src'))
|
||||
if cover_url:
|
||||
cover_url = 'http://www.beam-ebooks.de' + cover_url
|
||||
|
|
|
|||
Loading…
Reference in a new issue