Browse Source

Merge ed8bba526c into 7e2ac0ec22

pull/129/merge
Nikolay Bryskin 8 years ago
committed by GitHub
parent
commit
2468b95616
  1. 2
      steam/client/__init__.py

2
steam/client/__init__.py

@ -525,7 +525,7 @@ class SteamClient(CMClient, BuiltinBase):
self.send(message)
resp = self.wait_msg(EMsg.ClientLogOnResponse, timeout=30)
resp = self.wait_msg(EMsg.ClientLogOnResponse, timeout=30, raises=True)
if resp and resp.body.eresult == EResult.OK:
self.sleep(0.5)

Loading…
Cancel
Save