forked from p15670423/monkey
Agent: Remove irrelevant comment from InfectionMonkey._get_server()
This commit is contained in:
parent
fb1554840a
commit
f436bf7b8c
|
@ -128,7 +128,6 @@ class InfectionMonkey:
|
||||||
if server:
|
if server:
|
||||||
logger.info(f"Successfully connected to the island via {server}")
|
logger.info(f"Successfully connected to the island via {server}")
|
||||||
else:
|
else:
|
||||||
# TODO: Exit here
|
|
||||||
raise Exception(
|
raise Exception(
|
||||||
f"Failed to connect to the island via any known servers: {self._opts.servers}"
|
f"Failed to connect to the island via any known servers: {self._opts.servers}"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue