kapieyow / pickem

2 stars 4 forks source link

Correct for asterisks in NCAA top 25 data in team names #71

Closed kapieyow closed 4 years ago

kapieyow commented 4 years ago

The NCAA top 25 have asterisks for teams that cancelled the 21 season

e.g. Ohio State*

This will cause the team updates to chuck warnings like this

./pickem.py update_teams -rs ap -psc 20 -w 1

->

WARN: No pickem team found for NCAA team long name: Ohio State*

https://www.ncaa.com/rankings/football/fbs/associated-press

May not matter after the season really starts but can just rip out "*" from the scraper

kapieyow commented 4 years ago

Need needed after #74 and not using NCAA data anymore