Minor change

This commit is contained in:
Eduard Urbach 2018-03-23 03:42:54 +01:00
parent fae6f641be
commit 15f4bcfb85

View File

@ -23,7 +23,7 @@ func main() {
anime := arn.FindAniListAnime(aniListAnime, allAnime)
if anime != nil {
color.Green("%s %s", anime.ID, aniListAnime.TitleRomaji)
color.Green("%s %s", anime.ID, anime)
count++
} else {
color.Red("Not found")