robhowley / nhlscrapi

Python based web scraper API for NHL game data
Apache License 2.0
69 stars 28 forks source link

Fix for issue #7 (team names w/periods) #11

Closed brianmxwll closed 8 years ago

brianmxwll commented 8 years ago

Fixed issue where period in team name (St. Louis Blues) caused lookup of team abbreviation to fail. Since no team name values have a period, it is safe to just remove all periods.