minor
This commit is contained in:
@ -112,7 +112,7 @@ def update_readme():
|
||||
|
||||
# assemble output
|
||||
update = ['- **[{}](games/{}/_toc.md)** ({})\n'.format(*entry) for entry in info]
|
||||
update = "{} entries".format(sum(n)) + "".join(update)
|
||||
update = "{} entries\n".format(sum(n)) + "".join(update)
|
||||
|
||||
# insert new text in the middle
|
||||
text = start + "[comment]: # (start of autogenerated content, do not edit)\n" + update + "\n[comment]: # (end of autogenerated content)" + end
|
||||
|
Reference in New Issue
Block a user