This commit is contained in:
Lilith Ashley Nyx Arson 🔥 2024-10-01 08:56:24 +02:00
parent 320d59412b
commit c6941a9e3f

View file

@ -50,7 +50,7 @@ for mod in glob.glob("pack/mods/*.toml"):
with open("wiki/Modlist.md", "w") as f:
if (count["server"] + count["client"] + count["both"]) == 0:
f.write("## No mods.")
return
break
f.write("## Total Count\r\n")
f.write("<table>")
@ -107,7 +107,7 @@ with open("wiki/Modlist.md", "w") as f:
with open("wiki/Licenses.md", "w") as f:
if (count["server"] + count["client"] + count["both"]) == 0:
f.write("## No mods.")
return
break
for mod in mods:
data = mods[mod]