Skip to content

Commit

Permalink
remove new space from title
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhwang97 committed Feb 9, 2025
1 parent 4fbd3dd commit 08749b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def scrape_country(country, latest_date, keywords):
est_time = datetime.min

record = {
"originalTitle": title,
"originalTitle": title.replace("\n", ""),
"originalContent": content,
"originalLanguage": "zh",
"source": "Ministry of Commerce of the People's Republic of China",
Expand Down

0 comments on commit 08749b7

Please sign in to comment.