Browse Source

fix generate_confirmation_key typo

[ci skip]
pull/50/head
Rossen Georgiev 9 years ago
parent
commit
d8e5c941b7
  1. 2
      steam/guard.py

2
steam/guard.py

@ -102,7 +102,7 @@ class SteamAuthenticator(object):
def get_confirmation_key(self, tag='', timestamp=None):
"""
:param tag: see :func:`generate_confimation_key` for this value
:param tag: see :func:`generate_confirmation_key` for this value
:type tag: str
:param timestamp: time to use for code generation
:type timestamp: int

Loading…
Cancel
Save