diff --git a/steam/guard.py b/steam/guard.py index 3d5cbf1..d601e85 100644 --- a/steam/guard.py +++ b/steam/guard.py @@ -35,6 +35,7 @@ Adding an authenticator Once authenticator is enabled all you need is the secrets to generate codes. .. code:: python + secrets = json.load(open('./mysecrets.json')) sa = SteamAuthenticator(secrets)