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

This commit is contained in:
Ashley Graves 2024-07-27 14:49:31 +02:00
parent 6b3eebe9dd
commit 4425407733

View file

@ -12,7 +12,7 @@ for mod in glob.glob("pack/mods/*.toml"):
url = ""
if "modrinth" in data.update:
url = "https://modrinth.com/mod/" + data.update.modrinth["mod-id"]
elif "curseforge" data.update:
elif "curseforge" in data.update:
url = "https://legacy.curseforge.com/mod/" + data.update.modrinth["mod-id"]
mods[data.name] = url