Hello I'm trying to execute a code but it just doesn't react at all
from nba_api.stats.endpoints import shotchartdetail
response = shotchartdetail.ShotChartDetail(
team_id=0,
player_id=201935,
season_nullable='2018-19',
season_type_all_star='Regular Season'
)
content = json.loads(response.get_json())
I'm following a tutorial but I'm lost of how to make this code do something