Selaa lähdekoodia

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

Michael Honkoop 4 kuukautta sitten
vanhempi
commit
eb5107e9ab
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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,