You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'NoneType' object has no attribute 'text'
Traceback (most recent call last):
File "covid19_scrapers\scraper.py", line 56, in run
**kwargs)
File "covid19_scrapers\states\north_dakota.py", line 32, in _scrape
date = self.get_date(soup)
File "covid19_scrapers\states\north_dakota.py", line 28, in get_date
return datetime.strptime(last_updated.text, 'Last updated: %m/%d/%Y').date()
The text was updated successfully, but these errors were encountered:
Scraper fails with the following message:
The text was updated successfully, but these errors were encountered: