python showing error for the line og_table = soup.find('div',{'class':'boxBg1'}) as "AttributeError: 'NoneType' object has no attribute 'find' " please help me with the issue
python showing error for the line
og_table = soup.find('div',{'class':'boxBg1'})
as "AttributeError: 'NoneType' object has no attribute 'find' "
please help me with the issue