iankotliar/UFC_Final

'class' KeyError for Odds Scrape

mebaranowski opened this issue · 0 comments

In line 10 of your webscrape code, there is a KeyError:

rows = [([row['class'][0]] + [row.find('th').text] \

Not sure exactly what is causing this.