change print output for skipping EPUB creation

This commit is contained in:
m3philis
2023-11-12 18:55:43 +01:00
parent 10321ac8d8
commit 5b9f2043c9

View File

@@ -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