Skip to content

Commit

Permalink
GetPlayerSummaries doesn't work over acess_token
Browse files Browse the repository at this point in the history
  • Loading branch information
Gobot1234 committed Dec 30, 2024
1 parent bfd1f24 commit 8e53951
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions steam/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ async def get_users(self, user_id64s: Iterable[ID64]) -> AsyncGenerator[user.Use
self.get(
api_route("ISteamUser/GetPlayerSummaries", version=2),
params={"steamids": ",".join(map(str, sublist))},
access_token=False,
)
for sublist in utils.as_chunks(user_id64s, 100)
)
Expand Down

0 comments on commit 8e53951

Please sign in to comment.