From 2e12e09120e030b9cb2e3322867a222682e7d594 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Sat, 18 May 2019 15:57:01 +0100 Subject: [PATCH] guard: fix code block in docstring --- steam/guard.py | 1 + 1 file changed, 1 insertion(+) 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)