Skip to content

Commit

Permalink
Make sure to dispatch ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Gobot1234 committed Nov 6, 2024
1 parent 2111900 commit 8b88e97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions steam/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ async def from_client(
self.refresh_token = refresh_token or await self.fetch_refresh_token()
self.id64 = parse_id64(utils.decode_jwt(self.refresh_token)["sub"])

self.dispatch_ready()
msg: login.CMsgClientLogonResponse = await self.send_proto_and_wait(
login.CMsgClientLogon(
protocol_version=PROTOCOL_VERSION,
Expand Down

0 comments on commit 8b88e97

Please sign in to comment.