X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/fefdce4e24f9e397df5538fe6e7f54b5ece4d841..716a9ab552bffbb7df2cb31ae41ee196902c7653:/src/librarian/mobi.py?ds=inline diff --git a/src/librarian/mobi.py b/src/librarian/mobi.py index 6f1f5d6..a4eef5c 100644 --- a/src/librarian/mobi.py +++ b/src/librarian/mobi.py @@ -31,7 +31,8 @@ def transform(wldoc, verbose=False, sample=None, cover=None, epub = document.as_epub(verbose=verbose, sample=sample, html_toc=True, cover=cover or True, flags=flags, - hyphenate=hyphenate, ilustr_path=ilustr_path, output_type='mobi') + hyphenate=hyphenate, ilustr_path=ilustr_path, + output_type='mobi') if verbose: kwargs = {} else: