mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-16 02:26:01 +01:00
New MOBI output turned on by default
This commit is contained in:
parent
368474934b
commit
70ccdcce47
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ def convert(self, oeb, output_path, input_plugin, opts, log):
|
|||
self.check_for_periodical()
|
||||
write_page_breaks_after_item = input_plugin is not plugin_for_input_format('cbz')
|
||||
from calibre.utils.config import tweaks
|
||||
if tweaks.get('new_mobi_writer', False):
|
||||
if tweaks.get('new_mobi_writer', True):
|
||||
from calibre.ebooks.mobi.writer2.main import MobiWriter
|
||||
MobiWriter
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue