Skip to content

Commit

Permalink
Update update_readme.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Coding4Hours authored Jul 13, 2024
1 parent 462ebad commit e2e2093
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions update_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@
rewritten = count_re.sub(COUNT_TEMPLATE.format(db["til"].count), rewritten)
print(rewritten)
readme.open("w").write(rewritten)
readme = root / "index.md"
readme.open("w").write(rewritten)

0 comments on commit e2e2093

Please sign in to comment.