diff options
Diffstat (limited to 'gamechestcli')
| -rw-r--r-- | gamechestcli/gamechest/gameconfig.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/gamechestcli/gamechest/gameconfig.py b/gamechestcli/gamechest/gameconfig.py index 5e46efa..2c038c2 100644 --- a/gamechestcli/gamechest/gameconfig.py +++ b/gamechestcli/gamechest/gameconfig.py @@ -34,6 +34,7 @@ class GameConfig:          game_config_path.mkdir(parents=True, exist_ok=True)          game_config_filepath = game_config_path / 'config.yaml'          self.game_config_filepath = game_config_filepath +        self.config = {}          with contextlib.ExitStack() as stack:              stack.enter_context(contextlib.suppress(FileNotFoundError))              fdin = stack.enter_context(open(game_config_filepath, 'r',  | 
