diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-17 20:59:13 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-17 20:59:13 +0530 |
commit | e82ed01a85e6dbaa838b8ee18b44f4d80a81390b (patch) | |
tree | 0a203e5563de8441d02cf9fb688e86daf93e67d5 /mal | |
parent | e8a8348c144fe79d99bb1e486e745456baea1d08 (diff) |
added flags for year, season and sort
Diffstat (limited to 'mal')
-rw-r--r-- | mal/seasonals.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mal/seasonals.go b/mal/seasonals.go index 3d499fe..fda130b 100644 --- a/mal/seasonals.go +++ b/mal/seasonals.go @@ -28,7 +28,6 @@ import ( func GetSeasonalAnime(season a.Season, sort string) []a.Anime { year := strconv.Itoa(season.Year) fields := []string{"title", "id"} - fmt.Println(SearchLength, SearchOffset, SearchNSFW) res, err := animeClient.GetSeasonalAnime(year, season.Name, sort, SearchLength, SearchOffset, SearchNSFW, fields) if err != nil { |