modified: match settings with dev
This commit is contained in:
parent
51159fc3c1
commit
1113a4cf7e
2 changed files with 2 additions and 2 deletions
|
|
@ -232,4 +232,4 @@ def load_settings_from_yaml(file_path: str) -> Settings:
|
|||
raise KeyError(f"Key {key} not found in settings")
|
||||
logger.debug(f"Loading {len(settings_dict[key])} {key} from {file_path}")
|
||||
|
||||
return Settings(**settings_dict)
|
||||
return Settings(**settings_dict)
|
||||
|
|
|
|||
|
|
@ -174,4 +174,4 @@ def load_settings_from_yaml(file_path: str) -> Settings:
|
|||
return Settings(**settings_dict)
|
||||
|
||||
|
||||
settings = load_settings_from_yaml("config.yaml")
|
||||
settings = load_settings_from_yaml("config.yaml")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue