change profile to config

change profile to config
This commit is contained in:
onyx-and-iris
2022-06-17 17:53:46 +01:00
parent 94d5596d60
commit 9292ed4815
4 changed files with 10 additions and 10 deletions

View File

@@ -15,15 +15,15 @@ for path in config_path:
with open(filename, "rb") as f:
configs[name] = tomllib.load(f)
except tomllib.TOMLDecodeError:
print(f"Invalid TOML profile: configs/{filename.stem}")
print(f"Invalid TOML config: configs/{filename.stem}")
for name, cfg in configs.items():
print(f"Loaded configuration configs/{name}")
configuration[name] = cfg
_defaults = {
"profiles": {
"profile": None,
"configs": {
"config": None,
},
"theme": {
"enabled": True,