Skip to content

Commit

Permalink
add warning to request_live_game_for_user(); #39
Browse files Browse the repository at this point in the history
  • Loading branch information
rossengeorgiev committed Feb 1, 2021
1 parent 0df43d6 commit d40e9d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions csgo/features/match.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ def request_current_live_games(self):

def request_live_game_for_user(self, account_id):
"""
.. warning::
Deprecated. CSGO no longer reponds for this method
Request recent games for a specific user
:param account_id: account id of the user
Expand Down

0 comments on commit d40e9d5

Please sign in to comment.