Skip to content

Commit

Permalink
chore: name과 event_name을 통일 (gs25)
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteHyun committed Jun 13, 2024
1 parent 572d48a commit a68559b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Crawler/gs_crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async def __parse_data(
store=ConvenienceStoreType.gs25,
event_name=item["goodsNm"],
price=item["price"],
name=item["abrGoodsNm"],
name=item["goodsNm"],
image_url=(
item["attFileNm"]
if await self._is_valid_image(session, item["attFileNm"])
Expand Down

0 comments on commit a68559b

Please sign in to comment.