X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/f318053fb3349c5364cfb866b2a3d33c2423e12a..f2f48f5d59a7a5d247786e4a5e19ed05c4f751dc:/librarian/mobi.py diff --git a/librarian/mobi.py b/librarian/mobi.py index 99b724e..491b5ee 100644 --- a/librarian/mobi.py +++ b/librarian/mobi.py @@ -34,7 +34,7 @@ def transform(wldoc, verbose=False, c = cover(book_info) c.save(cover_file) - if bound_cover.uses_dc_cover: + if c.uses_dc_cover: if document.remobook_info.cover_by: document.edoc.getroot().set('data-cover-by', document.book_info.cover_by) if document.book_info.cover_source: @@ -57,4 +57,4 @@ def transform(wldoc, verbose=False, subprocess.check_call(['ebook-convert', epub.get_filename(), output_file.name, '--no-inline-toc', '--cover=%s' % cover_file.name], **kwargs) os.unlink(cover_file.name) - return OutputFile.from_filename(output_file.name) \ No newline at end of file + return OutputFile.from_filename(output_file.name)