mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
ipmi sol
This commit is contained in:
@@ -48,5 +48,8 @@ def main(argv: Optional[List[str]]=None) -> None:
|
||||
user_agent=htclient.make_user_agent("KVMD-IPMI"),
|
||||
**config.kvmd._unpack(),
|
||||
),
|
||||
**config.server._unpack(),
|
||||
**{ # Makes mypy happy (too many arguments for IpmiServer)
|
||||
**config.server._unpack(),
|
||||
**config.sol._unpack(),
|
||||
},
|
||||
).run()
|
||||
|
||||
Reference in New Issue
Block a user