test
Some checks failed
Update wiki / test (push) Failing after 49s

This commit is contained in:
Ashley Graves 2024-08-01 01:37:59 +02:00
parent 94d8fcf42c
commit e4c30de3d2

View file

@ -17,6 +17,7 @@ cache = dict()
if os.path.isfile("cache/licenses.json"): if os.path.isfile("cache/licenses.json"):
with open("cache/licenses.json", "r") as f: with open("cache/licenses.json", "r") as f:
cache = json.load(f) cache = json.load(f)
print(cache)
for mod in glob.glob("pack/mods/*.toml"): for mod in glob.glob("pack/mods/*.toml"):
with open(mod, "r") as f: with open(mod, "r") as f: