Users page is now cached

This commit is contained in:
2017-06-14 17:16:03 +02:00
parent 07702a598f
commit d42f161fdd
6 changed files with 53 additions and 12 deletions

View File

@ -31,7 +31,7 @@ func main() {
println(len(cache.IDList))
saveErr := arn.SetObject("Cache", "airing anime", cache)
saveErr := arn.DB.Set("Cache", "airing anime", cache)
if saveErr != nil {
color.Red("Error saving airing anime")