change print output for skipping EPUB creation
This commit is contained in:
2
main.go
2
main.go
@@ -72,7 +72,7 @@ func main() {
|
|||||||
createepub.CreateEpub(mangapath, manga.Name, manga.ID)
|
createepub.CreateEpub(mangapath, manga.Name, manga.ID)
|
||||||
fmt.Printf("EPUB created and saved under: %s\n\n", epubPath)
|
fmt.Printf("EPUB created and saved under: %s\n\n", epubPath)
|
||||||
} else {
|
} else {
|
||||||
fmt.Print("EPUB exists already!\n\n")
|
fmt.Print("No update on manga, skipping epub creation!\n\n")
|
||||||
}
|
}
|
||||||
|
|
||||||
mangas[i] = manga
|
mangas[i] = manga
|
||||||
|
|||||||
Reference in New Issue
Block a user