diff --git a/utils/utils.go b/utils/utils.go index fa45248..540ea59 100644 --- a/utils/utils.go +++ b/utils/utils.go @@ -450,6 +450,8 @@ func UpdatePlayerFromSteam(players []*ent.Player, db *ent.Client, apiKey string, idsToUpdate = append(idsToUpdate, updatePlayer.ID) } + log.Infof("[STEAM] Getting %d profiles from steam", len(idsToUpdate)) + rl.Take() playerSum, err := steamapi.GetPlayerSummaries(idsToUpdate, apiKey) if err != nil {