
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
1-4 스크래핑 실습...이 구간을 몇번이나 보고 따라해 보는데도 계속 에러가 납니다.

작성한 코드 및 에러 메세지
TypeError Traceback (most recent call last)
<ipython-input-33-09ad0e080812> in <cell line: 10>()
8
9 a = soup.select_one('#sp_nws49 > div.news_wrap.api_ani_send > div > a')
---> 10 a['href']
TypeError: 'NoneType' object is not subscriptable
