Mercurial > libervia-backend
changeset 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 | 7b888a488474 |
children | 75427f0a5445 |
files | sat_frontends/jp/base.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)