浏览代码

Update 'plugins/edirectory_monitor/server_side_calls/special_agent.py'

Michael Honkoop 4 月之前
父节点
当前提交
eb5107e9ab
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/edirectory_monitor/server_side_calls/special_agent.py

+ 1 - 1
plugins/edirectory_monitor/server_side_calls/special_agent.py

@@ -12,7 +12,7 @@ class _Params(BaseModel):
     user: str
     password: Secret
 
-def _commands_function(params: Params, host_config: HostConfig) -> Iterable[SpecialAgentCommand]:
+def _commands_function(params: _Params, host_config: HostConfig) -> Iterable[SpecialAgentCommand]:
     command_arguments: list[str | Secret] = [
         params.ldap_uri,
         params.user,