Agent: Remove comment no longer relevant from monkey.py

This commit is contained in:
Shreya Malviya 2022-09-20 15:14:28 +05:30
parent e23c6de745
commit 3b3f39065d
1 changed files with 0 additions and 1 deletions

View File

@ -110,7 +110,6 @@ class InfectionMonkey:
self._singleton = SystemSingleton() self._singleton = SystemSingleton()
self._opts = self._get_arguments(args) self._opts = self._get_arguments(args)
# TODO: Revisit variable names
server, self.island_api_client = self._connect_to_island_api() server, self.island_api_client = self._connect_to_island_api()
# TODO: `address_to_port()` should return the port as an integer. # TODO: `address_to_port()` should return the port as an integer.
self._cmd_island_ip, self._cmd_island_port = address_to_ip_port(server) self._cmd_island_ip, self._cmd_island_port = address_to_ip_port(server)