From d40e9d549898661564dd52a8670c2387d42c2e37 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Mon, 1 Feb 2021 22:35:41 +0000 Subject: [PATCH] add warning to request_live_game_for_user(); #39 --- csgo/features/match.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/csgo/features/match.py b/csgo/features/match.py index 4ab9182..f0283ac 100644 --- a/csgo/features/match.py +++ b/csgo/features/match.py @@ -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