gug
This commit is contained in:
parent
d325812104
commit
7d155d6539
3 changed files with 3 additions and 3 deletions
|
@ -102,7 +102,7 @@ with open("wiki/Licenses.md", "w") as f:
|
|||
data = mods[mod]
|
||||
f.write("## " + mod + "\r\n")
|
||||
f.write("<b>")
|
||||
if data["site"] == "CurseForge":
|
||||
if "site" in data and data["site"] == "CurseForge":
|
||||
f.write("CurseForge API does not provide license information, see mod page for details.")
|
||||
elif "license" in data:
|
||||
license = data["license"]
|
||||
|
|
|
@ -2,7 +2,7 @@ hash-format = "sha256"
|
|||
|
||||
[[files]]
|
||||
file = ".forgejo/scripts/update-wiki.py"
|
||||
hash = "d209298c411bce72d7795d8fcf89a4c92d5cbe485b6e347e75ef29b4b1e36310"
|
||||
hash = "a2537719ef5fe405d7f84a2a2cd05b9892859d9b9f8cb1ecfcdbe07d49bc988d"
|
||||
|
||||
[[files]]
|
||||
file = ".forgejo/workflows/update-wiki.yaml"
|
||||
|
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "f08bad13520e5e71cf1e1e454dbf43738042ab8212857b0a019c6eaf655268a8"
|
||||
hash = "4d96fbb102e635b421e1217dfa5380c8c7d0b9a3c78737d626428e24d2ff7ac3"
|
||||
|
||||
[versions]
|
||||
fabric = "0.16.5"
|
||||
|
|
Loading…
Add table
Reference in a new issue