From 2210f484df4021569c234bb8deb0df7dd002f974 Mon Sep 17 00:00:00 2001 From: blue Date: Sun, 18 May 2014 01:09:37 +0100 Subject: [PATCH] Use makeBook to create book from GUI Call comic2ebook.makeBook() rather than comic2ebook.main() --- kcc/KCC_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcc/KCC_gui.py b/kcc/KCC_gui.py index c9016d4..def0420 100644 --- a/kcc/KCC_gui.py +++ b/kcc/KCC_gui.py @@ -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: