Update scrape.py to enhance articles directory section formatting

This commit is contained in:
2025-05-10 10:02:48 +02:00
parent a0d61427e2
commit efb79fb892
2 changed files with 2 additions and 1 deletions

View File

@ -297,5 +297,6 @@
- [Developer's Notes - Resonators of First Encounter](https://wutheringwaves.kurogames.com/en/main/news/detail/162) [[json]](articles/162.json)
## Articles Directory
The articles are saved in the `articles` directory.
You can view them [here](articles).

View File

@ -223,7 +223,7 @@ def add_articles_to_readme(articles: dict[Any, Any] | None = None) -> None:
)
# Add articles directory section
new_lines.append("\n## Articles Directory\n")
new_lines.append("\n## Articles Directory\n\n")
new_lines.append("The articles are saved in the `articles` directory.\n")
new_lines.append("You can view them [here](articles).\n")