This commit is contained in:
parent
0f36ba098c
commit
f09ae99eca
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ for mod in glob.glob("pack/mods/*.toml"):
|
||||||
noop()
|
noop()
|
||||||
|
|
||||||
print(data)
|
print(data)
|
||||||
mods[data.name] = url
|
mods[data["name"]] = url
|
||||||
|
|
||||||
with open("wiki/Modlist.md", "w") as f:
|
with open("wiki/Modlist.md", "w") as f:
|
||||||
for mod in mods:
|
for mod in mods:
|
||||||
|
|
Loading…
Reference in a new issue