mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 10:31:54 +08:00
crutch for plugins configuring
This commit is contained in:
@@ -45,8 +45,12 @@ def main(argv: Optional[List[str]]=None) -> None:
|
||||
config = init(
|
||||
prog="kvmd",
|
||||
description="The main Pi-KVM daemon",
|
||||
sections=["logging", "kvmd"],
|
||||
argv=argv,
|
||||
sections=["logging", "kvmd"],
|
||||
with_auth=True,
|
||||
with_hid=True,
|
||||
with_atx=True,
|
||||
with_msd=True,
|
||||
)[2].kvmd
|
||||
|
||||
with gpio.bcm():
|
||||
|
||||
Reference in New Issue
Block a user