Total Points
#368
-
Having issues with using the total_points feature, as it keeps returning zero. Same is true for the projected_total_points. Is box_scores[0].home_lineup[0].total_points an appropriate way to call for it? Or am I just attempting to access it in the wrong way? |
Beta Was this translation helpful? Give feedback.
Answered by
cwendt94
Sep 27, 2022
Replies: 1 comment 2 replies
-
box score will have the projected and points for that weeks matchup but the total points can be access through the teams field in the league. So |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
MrDGer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
box score will have the projected and points for that weeks matchup but the total points can be access through the teams field in the league. So
league.teams[0].roster[0].total_points