This commit is contained in:
parent
803636545a
commit
0adaa623ea
1 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,11 @@ with open("wiki/Modlist.md", "w") as f:
|
||||||
f.write("<th>Count</th>")
|
f.write("<th>Count</th>")
|
||||||
f.write("</tr>\r\n")
|
f.write("</tr>\r\n")
|
||||||
|
|
||||||
|
f.write("<tr>")
|
||||||
|
f.write("<td>Total</td>")
|
||||||
|
f.write("<td>" + str(count["server"] + count["client"] + count["both"]) + "</td>")
|
||||||
|
f.write("</tr>\r\n")
|
||||||
|
|
||||||
f.write("<tr>")
|
f.write("<tr>")
|
||||||
f.write("<td>Shared</td>")
|
f.write("<td>Shared</td>")
|
||||||
f.write("<td>" + str(count["both"]) + "</td>")
|
f.write("<td>" + str(count["both"]) + "</td>")
|
||||||
|
|
Loading…
Reference in a new issue