parent
b4e97bc443
commit
8bd268899c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import os
|
|||
|
||||
#print(os.environ["GITHUB_TOKEN"])
|
||||
for mod in glob.glob("pack/mods/*.toml"):
|
||||
print(mod)
|
||||
with open(mod, "rb") as f:
|
||||
data = tomli.load(f)
|
||||
print(mod)
|
||||
print(data)
|
||||
|
|
Loading…
Reference in a new issue