mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-23 14:46:36 +01:00
Fix indent error in Mobi writer
This commit is contained in:
parent
3f92a07918
commit
d05c344b6e
1 changed files with 1 additions and 1 deletions
|
|
@ -292,7 +292,7 @@ class MobiWriter(object):
|
|||
|
||||
def __init__(self, compression=PALMDOC, imagemax=None,
|
||||
prefer_author_sort=False):
|
||||
self._compression = compression or UNCOMPRESSED
|
||||
self._compression = compression or UNCOMPRESSED
|
||||
self._imagemax = imagemax or OTHER_MAX_IMAGE_SIZE
|
||||
self._prefer_author_sort = prefer_author_sort
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue