crutch for plugins configuring

This commit is contained in:
Devaev Maxim
2019-09-14 06:07:36 +03:00
parent a2f91fb741
commit e8f0b361e3
5 changed files with 37 additions and 13 deletions

View File

@@ -39,8 +39,11 @@ def main(argv: Optional[List[str]]=None) -> None:
config = init(
prog="kvmd-cleanup",
description="Kill KVMD and clear resources",
sections=["logging", "kvmd"],
argv=argv,
sections=["logging", "kvmd"],
with_hid=True,
with_atx=True,
with_msd=True,
)[2].kvmd
logger = get_logger(0)