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

@@ -40,10 +40,9 @@ def main(argv: Optional[List[str]]=None) -> None:
prog="kvmd-cleanup",
description="Kill KVMD and clear resources",
argv=argv,
sections=["logging", "kvmd"],
with_hid=True,
with_atx=True,
with_msd=True,
load_hid=True,
load_atx=True,
load_msd=True,
)[2].kvmd
logger = get_logger(0)