Skip to content

Commit

Permalink
Merge branch 'introduce-ext.dota2' of https://github.com/Aluerie/stea…
Browse files Browse the repository at this point in the history
…m.py into introduce-ext.dota2
  • Loading branch information
Aluerie committed Sep 30, 2024
2 parents 55f0486 + 37a8fa7 commit 87e9220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steam/ext/dota2/models/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async def dota2_profile(self):
"""
await self._state.ws.send_gc_message(client_messages.ProfileRequest(account_id=self.id))
response = await self._state.ws.gc_wait_for(client_messages.ProfileResponse)
return response # TODO: Modelize (?)
return response # TODO: Modelize (?)

async def dota2_profile_card(self) -> ProfileCard:
"""Fetch user's Dota 2 profile card.
Expand Down

0 comments on commit 87e9220

Please sign in to comment.