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

This commit is contained in:
Ashley Graves 2024-08-01 01:54:21 +02:00
parent 88bbafe19a
commit bd40494fed

View file

@ -103,9 +103,7 @@ with open("wiki/Licenses.md", "w") as f:
f.write("<b>")
if data["site"] == "CurseForge":
f.write("CurseForge API does not provide license information, see mod page for details.")
continue
if "license" in data:
elif "license" in data:
license = data["license"]
if license["name"] == "":
if license["id"] == "LicenseRef-Custom":