Skip to content
Discussion options

You must be logged in to vote

It turns out adding percent owned is a one line addition in player.py
self.percentOwned = json_parsing(data, 'percentOwned')

Adding free agent vs waivers is also one line in player.py
self.status = json_parsing(data, 'status')

Would you like me to do a pull request?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cwendt94
Comment options

Answer selected by cwendt94
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants