test
All checks were successful
Update wiki / test (push) Successful in 14s

This commit is contained in:
Ashley Graves 2024-07-28 22:43:28 +02:00
parent 803636545a
commit 0adaa623ea

View file

@ -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>")