diff --git a/tagging/update_wiki.py b/tagging/update_wiki.py index e5ffc75b..ab6ec7e5 100755 --- a/tagging/update_wiki.py +++ b/tagging/update_wiki.py @@ -11,8 +11,8 @@ LOGGER = logging.getLogger(__name__) def update_home_wiki_page(wiki_dir: Path, month: str) -> None: TABLE_BEGINNING = """\ -| Month | File | -| - | - | +| Month | +| - | """ wiki_home_file = wiki_dir / "Home.md" wiki_home_content = wiki_home_file.read_text()