From f2aae35b302b120ac55757cafb2a93d0d986f4c3 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Tue, 20 Feb 2018 08:30:00 +0000 Subject: [PATCH] add note to create_account; #142 --- steam/client/builtins/account.py | 3 +++ 1 file changed, 3 insertions(+) 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