Minor changes

This commit is contained in:
Eduard Urbach 2018-03-27 12:32:56 +02:00
parent 996007f84e
commit 84f255f66b
3 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,6 @@
package recommended
import (
"fmt"
"math"
"net/http"
"sort"
@ -63,8 +62,6 @@ func Anime(ctx *aero.Context) string {
bestGenres = bestGenres[:bestGenreCount]
}
fmt.Println(bestGenres)
// Get all anime
var tv []*arn.Anime
var movies []*arn.Anime

View File

@ -344,6 +344,7 @@ var routeTests = map[string][]string{
"/anime/:id/edit": nil,
"/new/thread": nil,
"/admin/purchases": nil,
"/explore/sequels": nil,
"/editor/anilist": nil,
"/editor/shoboi": nil,
"/dark-flame-master": nil,