mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove a print statement
This commit is contained in:
parent
05e9dc65d1
commit
d9e0e36140
@ -55,7 +55,6 @@ class BeamEBooksDEStore(BasicStoreConfig, StorePlugin):
|
||||
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…
x
Reference in New Issue
Block a user