1
0
mirror of https://github.com/ciromattia/kcc synced 2026-07-22 12:46:15 +00:00

Miscellaneous processing tweaks

This commit is contained in:
Paweł Jastrzębski
2014-05-18 08:35:46 +02:00
parent 8a2ba96ac5
commit 888663fa4c
8 changed files with 72 additions and 73 deletions
+1 -1
View File
@@ -278,7 +278,7 @@ class KindleGenThread(QtCore.QRunnable):
kindlegenErrorCode = 0
kindlegenError = ''
try:
if os.path.getsize(self.work) < 367001600:
if os.path.getsize(self.work) < 629145600:
output = Popen('kindlegen -dont_append_source -locale en "' + self.work + '"', stdout=PIPE,
stderr=STDOUT, shell=True)
for line in output.stdout: