Skip to content

Commit 57ead4b

Browse files
author
TTOAI
committed
reliability_score 필드 추가
1 parent 224f919 commit 57ead4b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

playwright_news_crawler/daum_news_parser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ async def process_article(self, session, sem, row):
236236
"category": row.get("category"),
237237
"subcategory": row.get("subcategory"),
238238
"block": row.get("block"),
239+
"reliability_score": None,
239240
})
240241
return article
241242
except Exception as e:

0 commit comments

Comments
 (0)