test
Some checks failed
Update wiki / test (push) Failing after 18s

This commit is contained in:
Ashley Graves 2024-08-01 01:48:32 +02:00
parent 090c49c4a3
commit 45471137d1

View file

@ -42,6 +42,7 @@ for mod in glob.glob("pack/mods/*.toml"):
elif "curseforge" in data["update"]: elif "curseforge" in data["update"]:
moddata["url"] = "https://legacy.curseforge.com/projects/" + str(data["update"]["curseforge"]["project-id"]) moddata["url"] = "https://legacy.curseforge.com/projects/" + str(data["update"]["curseforge"]["project-id"])
moddata["site"] = "CurseForge" moddata["site"] = "CurseForge"
moddata["license"] = "CurseForge API does not provide mod licenses."
count[moddata["side"]] += 1 count[moddata["side"]] += 1
mods[moddata["name"]] = moddata mods[moddata["name"]] = moddata