Lienus10 / yoptions

MIT License
12 stars 9 forks source link

risk free scraping problem #1

Closed tinix84 closed 1 year ago

tinix84 commented 2 years ago

d:\Miniconda3\envs\icm\lib\site-packages\yoptions\main.py in __risk_free(days) 384 385 table = soup.find("table", attrs={'class': 't-chart'}) --> 386 rows = table.find_all('tr') 387 lastrow = len(rows) - 1 388 cells = rows[lastrow].find_all("td")

AttributeError: 'NoneType' object has no attribute 'find_all'

dnkls commented 2 years ago

Same problem 😕

Lienus10 commented 1 year ago

The problem has been resolved in version 0.0.3