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

This commit is contained in:
Ashley Graves 2024-07-27 14:52:51 +02:00
parent 6bda98fd9d
commit 3eedf71b22

View file

@ -17,13 +17,13 @@ for mod in glob.glob("pack/mods/*.toml"):
# there has to be a better way to do this # there has to be a better way to do this
try: try:
print("MR: " + data.update.modrinth["mod-id"] print("MR: " + data.update.modrinth["mod-id"])
url = "https://modrinth.com/mod/" + data.update.modrinth["mod-id"] url = "https://modrinth.com/mod/" + data.update.modrinth["mod-id"]
catch: catch:
noop() noop()
try: try:
print("CF: " + data.update.curseforge["mod-id"] print("CF: " + data.update.curseforge["mod-id"])
url = "http://dev.bukkit.org/bukkit-plugins/" + data.update.curseforge["mod-id"] url = "http://dev.bukkit.org/bukkit-plugins/" + data.update.curseforge["mod-id"]
catch: catch:
noop() noop()