diff --git a/service/scoresaber/user_info.go b/service/scoresaber/user_info.go index e78235a..202bf26 100644 --- a/service/scoresaber/user_info.go +++ b/service/scoresaber/user_info.go @@ -143,7 +143,7 @@ func FetchCountryLeaderboard(country string, offset int, ssID string) (Leaderboa if offset < 0 { offset = 0 } - page := offset/50 + 1 + page := offset / 50 url := fmt.Sprintf("https://scoresaber.com/api/players?countries=%s&page=%d", country, page) // 创建请求