From 5b9f2043c97b5b9e157ab4f3cf7ffd1c5ba2c63f Mon Sep 17 00:00:00 2001 From: m3philis Date: Sun, 12 Nov 2023 18:55:43 +0100 Subject: [PATCH] change print output for skipping EPUB creation --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 84ef6a8..96b743e 100644 --- a/main.go +++ b/main.go @@ -72,7 +72,7 @@ func main() { createepub.CreateEpub(mangapath, manga.Name, manga.ID) fmt.Printf("EPUB created and saved under: %s\n\n", epubPath) } else { - fmt.Print("EPUB exists already!\n\n") + fmt.Print("No update on manga, skipping epub creation!\n\n") } mangas[i] = manga