Signed-off-by: Li Hua <lihua@email.com>
This commit is contained in:
Li Hua 2024-08-19 21:59:37 +08:00
parent 817cce7483
commit d7b1ba8978
No known key found for this signature in database
GPG key ID: 5ADFEAB69DD0B560

2
.github/check.py vendored
View file

@ -150,4 +150,4 @@ with open("status.csv", "w") as csvfile:
environ["total"] = str(total)
with open(".github/README.tmpl") as template, open("README.md", "w") as readme:
readme.write(Template(template.read()).substitute(environ))
readme.write(Template(template.read()).substitute(environ, total=26))