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