This commit is contained in:
Devaev Maxim
2020-10-28 05:12:03 +03:00
parent e7cbf1e1e2
commit e9eb6460d3
3 changed files with 128 additions and 4 deletions

View File

@@ -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()