modified: match settings with dev

This commit is contained in:
nsxshota 2023-12-07 21:08:24 +09:00
commit 1113a4cf7e
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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")