mirror of
https://github.com/ciromattia/kcc
synced 2026-07-09 22:43:38 +00:00
Use makeBook to create book from GUI
Call comic2ebook.makeBook() rather than comic2ebook.main()
This commit is contained in:
+1
-1
@@ -446,7 +446,7 @@ class WorkerThread(QtCore.QThread):
|
|||||||
jobargv = list(argv)
|
jobargv = list(argv)
|
||||||
jobargv.append(job)
|
jobargv.append(job)
|
||||||
try:
|
try:
|
||||||
outputPath = comic2ebook.main(jobargv, self)
|
outputPath = comic2ebook.makeBook(job, self)
|
||||||
MW.hideProgressBar.emit()
|
MW.hideProgressBar.emit()
|
||||||
except UserWarning as warn:
|
except UserWarning as warn:
|
||||||
if not self.conversionAlive:
|
if not self.conversionAlive:
|
||||||
|
|||||||
Reference in New Issue
Block a user