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

This commit is contained in:
Ashley Graves 2024-08-01 01:44:43 +02:00
parent da5b2f0096
commit deae27b4e2

View file

@ -104,7 +104,7 @@ with open("wiki/Licenses.md", "w") as f:
if "license" in data: if "license" in data:
license = data["license"] license = data["license"]
if license["url"] != None: if license["url"] != None:
f.write("<a href=\"" + license["url"] + "\">" + license["name"] + "") f.write("<a href=\"" + license["url"] + "\">" + license["name"] + "</a>")
else: else:
f.write(license["name"]) f.write(license["name"])
else: else: