From 5528780e7ab435770e53eb65eefe41fc24e3ba65 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Wed, 25 May 2016 01:37:07 +0100 Subject: [PATCH] document reconnect event --- steam/client/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/steam/client/__init__.py b/steam/client/__init__.py index f605941..a465cb7 100644 --- a/steam/client/__init__.py +++ b/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