Browse Source

add note to create_account; #142

0.9
Rossen Georgiev 7 years ago
parent
commit
f2aae35b30
  1. 3
      steam/client/builtins/account.py

3
steam/client/builtins/account.py

@ -11,6 +11,9 @@ class Account(object):
def create_account(self, account_name, password, email=''):
"""Create a new Steam account
.. warning::
Disabled by Valve
:param account_name: desired account name
:type account_name: :class:`str`
:param password: desired password

Loading…
Cancel
Save