mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
crutch for plugins configuring
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user