lint
This commit is contained in:
parent
6f401ed3b7
commit
3e572e550c
1 changed files with 4 additions and 4 deletions
|
@ -78,5 +78,5 @@ class Config:
|
|||
d = dict()
|
||||
for section in self._cfg.sections():
|
||||
for option in self._cfg.options(section):
|
||||
d[".".join([section, option])] = self._cfg.get(section, option)
|
||||
d[".".join([section, option])] = self._cfg.get(section, option)
|
||||
return str(d)
|
||||
|
|
Loading…
Add table
Reference in a new issue