X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/fefdce4e24f9e397df5538fe6e7f54b5ece4d841..d26d6a7fdcb2c6e26fd097532765b62fd17b429c:/src/librarian/mobi.py diff --git a/src/librarian/mobi.py b/src/librarian/mobi.py index 6f1f5d6..337db75 100644 --- a/src/librarian/mobi.py +++ b/src/librarian/mobi.py @@ -30,8 +30,9 @@ def transform(wldoc, verbose=False, sample=None, cover=None, del wldoc 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') + cover=cover or True, flags=flags, + hyphenate=hyphenate, ilustr_path=ilustr_path, + output_type='mobi') if verbose: kwargs = {} else: