Implemented basic importer

This commit is contained in:
2017-11-13 22:17:26 +01:00
parent 84ac0583d1
commit 0ec3de0477
3 changed files with 87 additions and 2 deletions

View File

@ -48,5 +48,5 @@ func sync(anime *arn.Anime, malID string) {
return
}
fmt.Printf("Error fetching %s: %v", malID, err)
fmt.Printf("Error fetching %s: %v\n", malID, err)
}