fixed config loading

This commit is contained in:
Devaev Maxim
2019-09-19 06:47:54 +03:00
parent 313e2c77fd
commit 300d4603ca
7 changed files with 44 additions and 49 deletions

View File

@@ -35,7 +35,6 @@ def main(argv: Optional[List[str]]=None) -> None:
prog="kvmd-ipmi",
description="IPMI to KVMD proxy",
argv=argv,
sections=["logging", "ipmi"],
)[2].ipmi
# pylint: disable=protected-access