Skip to content

Commit

Permalink
mark request_player_info() as disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
rossengeorgiev committed Oct 13, 2018
1 parent 3017216 commit 0ced342
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dota2/features/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ def request_gc_profile(self, account_id, request_name=False):
Request profile details
.. warning::
This is disabled by Valve
Disabled by Valve
:param account_id: steam account_id
:type account_id: :class:`int`
Expand Down Expand Up @@ -135,6 +134,9 @@ def wrap_player_stats(message):

def request_player_info(self, account_ids):
"""
.. warning::
Disabled by Valve
Request official player information
:param account_id: A list of account ids
Expand Down

0 comments on commit 0ced342

Please sign in to comment.