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

This commit is contained in:
Ashley Graves 2024-07-27 14:53:10 +02:00
parent 3eedf71b22
commit 9c7c9283a0

View file

@ -19,13 +19,13 @@ for mod in glob.glob("pack/mods/*.toml"):
try:
print("MR: " + data.update.modrinth["mod-id"])
url = "https://modrinth.com/mod/" + data.update.modrinth["mod-id"]
catch:
except:
noop()
try:
print("CF: " + data.update.curseforge["mod-id"])
url = "http://dev.bukkit.org/bukkit-plugins/" + data.update.curseforge["mod-id"]
catch:
except:
noop()
mods[data.name] = url