1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 09:46:25 +00:00

Merge pull request #503 from darodi/epub_200MB_above_200MB

Even with EPUB-200MB option selected, created file is above 200MB
This commit is contained in:
darodi
2023-04-17 17:50:42 +00:00
committed by GitHub

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