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

@@ -38,9 +38,9 @@ class Configurations(metaclass=SingletonMeta):
level_height: int = configuration["channel"]["height"]
@property
def profile(self):
if "profiles" in configuration:
return configuration["profiles"]["profile"]
def config(self):
if "configs" in configuration:
return configuration["configs"]["config"]
@dataclass