-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix MongoDB #59
Fix MongoDB #59
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Councilor class에 정당 이름 필드만 추가하였습니다!
저는 점심시간에 리뷰 가능합니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MongoDB.py 추가 등 조정 감사합니다~
API/utils.py
Outdated
@@ -36,21 +36,24 @@ def save_to_mongo(data: List[dict], sgTypecode: str) -> None: | |||
main_collection = db["local_councilor"] | |||
|
|||
local_metro_map = getLocalMetroMap() | |||
|
|||
print(len(data)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 print는 디버깅용인 것 같은데, 혹시 지워도 괜찮으면 제가 커밋해서 올려두겠습니다~
No description provided.