Browse Source

document reconnect event

pull/34/head
Rossen Georgiev 9 years ago
parent
commit
5528780e7a
  1. 1
      steam/client/__init__.py

1
steam/client/__init__.py

@ -6,6 +6,7 @@ Events
| ``connected`` - when successful connection with a CM server is established
| ``disconnected`` - when connection is lost
| ``reconnect`` - when connect attempt is delayed, `delay` argument gives the delay in seconds
| ``channel_secured`` - after channel encryption is complete, client can attempt to login now
| ``error`` - after login failure
| ``auth_code_required`` - either email code or 2FA code is needed for login

Loading…
Cancel
Save