mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 01:36:27 +00:00
Even with EPUB-200MB option selected, created file is above 200MB
This commit is contained in:
@@ -1022,7 +1022,7 @@ def checkOptions(options):
|
|||||||
options.bordersColor = None
|
options.bordersColor = None
|
||||||
options.keep_epub = False
|
options.keep_epub = False
|
||||||
if options.format == 'EPUB-200MB':
|
if options.format == 'EPUB-200MB':
|
||||||
options.targetsize = 200
|
options.targetsize = 195
|
||||||
options.format = 'EPUB'
|
options.format = 'EPUB'
|
||||||
if options.batchsplit != 2:
|
if options.batchsplit != 2:
|
||||||
options.batchsplit = 1
|
options.batchsplit = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user