From c4d4169c8512b0fd4445c107ce35c8b433949f76 Mon Sep 17 00:00:00 2001 From: MayNiklas Date: Tue, 9 Aug 2022 13:26:02 +0200 Subject: [PATCH] fix get_player_json_by_puuid --- src/valorant/get_json.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/valorant/get_json.py b/src/valorant/get_json.py index 6458e5a..047a1cf 100644 --- a/src/valorant/get_json.py +++ b/src/valorant/get_json.py @@ -69,9 +69,6 @@ def get_player_json_by_puuid(puuid): if not get_tag(response): return False - if not get_puuid(response): - return False - return response