about summary refs log tree commit diff
path: root/kcc-c2e.py
diff options
context:
space:
mode:
Diffstat (limited to 'kcc-c2e.py')
-rwxr-xr-xkcc-c2e.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/kcc-c2e.py b/kcc-c2e.py
index 0e0fb6a..0d3fbf6 100755
--- a/kcc-c2e.py
+++ b/kcc-c2e.py
@@ -33,5 +33,4 @@ from kcc.comic2ebook import main
 if __name__ == "__main__":
     freeze_support()
     print('comic2ebook v' + __version__ + ' - Written by Ciro Mattia Gonano and Pawel Jastrzebski.')
-    main(sys.argv[1:])
-    sys.exit(0)
+    sys.exit(main(sys.argv[1:]))