iankotliar / UFC_Final

8 stars 1 forks source link

'class' KeyError for Odds Scrape #2

Open mebaranowski opened 2 years ago

mebaranowski commented 2 years ago

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.