Closed tinix84 closed 1 year 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'
Same problem 😕
The problem has been resolved in version 0.0.3
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'