Mercurial > libervia-backend
diff sat_frontends/jp/base.py @ 3486:c9703067c700
jp: config section is now `cli` instead of `jp` following global renaming
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 21 Mar 2021 18:16:09 +0100 |
parents | 7892585b7e17 |
children | 509f7a1c67dc |
line wrap: on
line diff
--- a/sat_frontends/jp/base.py Sun Mar 21 18:14:41 2021 +0100 +++ b/sat_frontends/jp/base.py Sun Mar 21 18:16:09 2021 +0100 @@ -115,7 +115,7 @@ self.bridge = bridge_module.AIOBridge() self._onQuitCallbacks = [] - def get_config(self, name, section='jp', default=None): + def get_config(self, name, section='cli', default=None): """Retrieve a setting value from sat.conf""" return config.getConfig(self.sat_conf, section, name, default=default)