Skip to content

Commit 3ad7221

Browse files
committed
fix: count of problems
1 parent a958ef9 commit 3ad7221

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generator/readme_generator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ def table(problems):
7878

7979
content = content.replace(r"{time}", now.strftime("%Y-%m-%d %H:%M:%S"))
8080
content = content.replace(r"{problems}", table(problems))
81+
content = content.replace(r"{count}", str(len(problems)))
8182

8283
with open("./readme.md", mode="w") as readme:
8384
readme.write(content)

0 commit comments

Comments
 (0)