Agent: Add TODO about variable naming in `InfectionMonkey`

This commit is contained in:
Shreya Malviya 2022-09-07 19:02:14 +05:30 committed by Mike Salvatore
parent 94dc8cf377
commit c6c6cf1e79
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ class InfectionMonkey:
self._singleton = SystemSingleton()
self._opts = self._get_arguments(args)
# TODO: Revisit variable names
server = find_server(self._opts.servers)
self._cmd_island_ip, self._cmd_island_port = address_to_ip_port(server)
self._control_client = ControlClient(server_address=server)