test
All checks were successful
Update wiki / test (push) Successful in 13s

This commit is contained in:
Ashley Graves 2024-07-27 14:53:49 +02:00
parent 0f36ba098c
commit f09ae99eca

View file

@ -29,7 +29,7 @@ for mod in glob.glob("pack/mods/*.toml"):
noop()
print(data)
mods[data.name] = url
mods[data["name"]] = url
with open("wiki/Modlist.md", "w") as f:
for mod in mods: