Fix: 220동 식당 Identifier 추가 & 슬랙 노티 버그 #86
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request
설명
슬랙 노티가 4개월 넘게 도달하지 못하고 있었습니다. 크게 2가지 이유였고, 이 PR에서 모두 해결했습니다.
220동 식당의 경우 전화번호가 등록되어 있지 않아서, 오류가 일부 발생하고 있었습니다. 전화번호를 추가하여 해결하였습니다.
수의대식당의 경우 자체 홈페이지 연결이 불안정하여 ssl 인증 오류가 발생하는 상태가 반복(설정에는 ssl 인증을 False로 해두었지만..)되었습니다. 그래서
base_crawler.py
의run
함수에서 에러 핸들링 로직을 밖으로 빼내고, 연결 오류도 에러핸들링과 로깅(어떤 URL에서의 오류인지 확인) 할 수 있게 했습니다.snuco의 경우 baseurl이 변경되어, 최신화했습니다.
해결한 이슈가 있다면 아래에 이슈 번호들을 적어주세요.
Closes #85
어떤 종류의 PR인가요?
Please delete options that are not relevant.
테스트는 어떤 방식으로 진행하셨나요?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
체크리스트
@invalidid56 @tictactoeid @GanziDaeyong @soobin-jeon 리뷰 부탁드립니다.