This commit is contained in:
parent
88bbafe19a
commit
bd40494fed
1 changed files with 1 additions and 3 deletions
|
@ -103,9 +103,7 @@ with open("wiki/Licenses.md", "w") as f:
|
||||||
f.write("<b>")
|
f.write("<b>")
|
||||||
if data["site"] == "CurseForge":
|
if data["site"] == "CurseForge":
|
||||||
f.write("CurseForge API does not provide license information, see mod page for details.")
|
f.write("CurseForge API does not provide license information, see mod page for details.")
|
||||||
continue
|
elif "license" in data:
|
||||||
|
|
||||||
if "license" in data:
|
|
||||||
license = data["license"]
|
license = data["license"]
|
||||||
if license["name"] == "":
|
if license["name"] == "":
|
||||||
if license["id"] == "LicenseRef-Custom":
|
if license["id"] == "LicenseRef-Custom":
|
||||||
|
|
Loading…
Reference in a new issue