roclark / sportsipy

A free sports API written for python
MIT License
475 stars 189 forks source link

NCAAB height returns None obeject #745

Open leokaplun opened 1 year ago

leokaplun commented 1 year ago

Describe the bug The API does not seem to extract height for any player in the NCAAB Package

To Reproduce Sample code which causes an issue.

from sportsipy.ncaab.roster import Player

kevin_durant = Player('kevin-durant-1')
print(kevin_durant.height)

None