parent
6bda98fd9d
commit
3eedf71b22
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue