Some API Changes

This commit is contained in:
2022-12-01 07:02:27 -06:00
parent af7437c238
commit 5e662ec995
3 changed files with 4 additions and 4 deletions

BIN
cmd/cmd

Binary file not shown.

View File

@@ -16,7 +16,7 @@ func main() {
if err != nil {
panic(err)
}
l, err := a.GetLeaderboard(2020)
l, err := a.GetLeaderboard(2021)
if err != nil {
fmt.Println(err)
os.Exit(1)