robhowley / nhlscrapi

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

Fix parse play stream #22

Open jcnavin opened 3 years ago

jcnavin commented 3 years ago

One line fix. parse_play_stream() was only looking for one type of class ("evenColor"), where there are actually two types that signal events (the other being "oddColor").