Skip to content

Commit f2aae35

Browse files
add note to create_account; #142
1 parent 2ac13e9 commit f2aae35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

steam/client/builtins/account.py

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ def __init__(self, *args, **kwargs):
1111
def create_account(self, account_name, password, email=''):
1212
"""Create a new Steam account
1313
14+
.. warning::
15+
Disabled by Valve
16+
1417
:param account_name: desired account name
1518
:type account_name: :class:`str`
1619
:param password: desired password

0 commit comments

Comments
 (0)