option to skip page name rename

This commit is contained in:
hyugogirubato
2024-12-21 15:37:14 +01:00
parent 04feaa7027
commit 72c14449fc
7 changed files with 26 additions and 381 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ if __name__ == '__main__':
comic.show()
# Pack the comic book content into a CBZ file format
cbz_content = comic.pack()
cbz_content = comic.pack(rename=True)
# Define the path where the CBZ file will be saved
cbz_path = PARENT / f'{comic.title}.cbz'