parent
94d8fcf42c
commit
e4c30de3d2
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ cache = dict()
|
|||
if os.path.isfile("cache/licenses.json"):
|
||||
with open("cache/licenses.json", "r") as f:
|
||||
cache = json.load(f)
|
||||
print(cache)
|
||||
|
||||
for mod in glob.glob("pack/mods/*.toml"):
|
||||
with open(mod, "r") as f:
|
||||
|
|
Loading…
Reference in a new issue