cwendt94 / espn-api

ESPN Fantasy API! (Football, Basketball)
MIT License
613 stars 198 forks source link

Hockey position update #504

Closed samthom1 closed 10 months ago

samthom1 commented 10 months ago

Modified the hockey\constant.py file to align with the positions in the eligibleSlots values. Modified the position and lineupSlots assignments in hockey\player.py to reflect the proper positions in the updated constant.py file.

samthom1 commented 10 months ago

Refactoring to handle NoneType failure...