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