Agent: Change monkey log argument to 'agent'

This commit is contained in:
Ilija Lazoroski 2022-03-10 16:05:31 +01:00
parent 2c74967d71
commit 302718c4d4
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ def _get_log_path(monkey_arg: str) -> Path:
return Path(monkey_log_path)
get_agent_log_path = partial(_get_log_path, "monkey")
get_agent_log_path = partial(_get_log_path, "agent")
get_dropper_log_path = partial(_get_log_path, "dropper")