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
|
||||
|
||||
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"]
|
||||
catch:
|
||||
noop()
|
||||
|
||||
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"]
|
||||
catch:
|
||||
noop()
|
||||
|
|
Loading…
Reference in a new issue