diff --git a/steam/client/builtins/account.py b/steam/client/builtins/account.py index a1630eb..aae94ce 100644 --- a/steam/client/builtins/account.py +++ b/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