mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-13 06:34:22 -04:00
Add Stain Type #105
This commit is contained in:
parent
020ab4b452
commit
5e17081feb
26 changed files with 920 additions and 3 deletions
|
@ -79,5 +79,7 @@ readme = re.sub(
|
|||
readme,
|
||||
re.DOTALL,
|
||||
)
|
||||
entities = sum(len(x) for cat in result.values() for x in cat.values())
|
||||
readme = re.sub("badge/Entities-\\d+", f"badge/Entities-{entities}", readme)
|
||||
with open(Path(__file__).parent.parent / "README.md", "w") as file:
|
||||
file.write(readme)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue