Browse Source

guard: fix code block in docstring

pull/168/head
Rossen Georgiev 6 years ago
parent
commit
2e12e09120
  1. 1
      steam/guard.py

1
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)

Loading…
Cancel
Save