Migration to nano

This commit is contained in:
2017-11-01 10:28:40 +01:00
parent c60f53ed76
commit b0d03fe8ef
6 changed files with 19 additions and 51 deletions

View File

@ -21,9 +21,7 @@ func main() {
idList := twistAnime.KitsuIDs()
// Save index in cache
arn.DB.Set("Cache", "animetwist index", &arn.ListOfIDs{
IDList: idList,
})
arn.DB.Set("IDList", "animetwist index", idList)
color.Yellow("Refreshing twist.moe links for %d anime", len(idList))