-
Hello! Super new to this API. When I call league.box_sxore(1) it correctly shows me the matchups for week 1, but scores are not included. Is there a way to include scores? |
Beta Was this translation helpful? Give feedback.
Answered by
cwendt94
Sep 15, 2021
Replies: 1 comment 1 reply
-
Hi @wmblack23, the scores should be there. Box Score Class is returned and you should be able to get the scores by looking at |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
wmblack23
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @wmblack23, the scores should be there. Box Score Class is returned and you should be able to get the scores by looking at
home_score
andaway_score
variables.