mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 09:46:25 +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.keep_epub = False
|
||||
if options.format == 'EPUB-200MB':
|
||||
options.targetsize = 200
|
||||
options.targetsize = 195
|
||||
options.format = 'EPUB'
|
||||
if options.batchsplit != 2:
|
||||
options.batchsplit = 1
|
||||
|
||||
Reference in New Issue
Block a user