1
0
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:
darodi
2023-04-17 19:49:14 +02:00
parent 9d7904f63b
commit 718fda2f0c

View File

@@ -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