From ec2d736984990ace8c0b9c9da91c9902a2d3a8a6 Mon Sep 17 00:00:00 2001 From: Ilija Lazoroski Date: Tue, 14 Jun 2022 12:55:33 +0200 Subject: [PATCH] Agent: Add github permalink to BaseTelem in ControlClient --- monkey/infection_monkey/control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monkey/infection_monkey/control.py b/monkey/infection_monkey/control.py index 0f1c749e6..e30c003b0 100644 --- a/monkey/infection_monkey/control.py +++ b/monkey/infection_monkey/control.py @@ -27,7 +27,7 @@ PBA_FILE_DOWNLOAD = "https://%s/api/pba/download/%s" class ControlClient: # TODO When we have mechanism that support telemetry messenger # with control clients, then this needs to be removed - # Ref: infection_monkey.telemetry.base_telem.py + # https://github.com/guardicore/monkey/blob/133f7f5da131b481561141171827d1f9943f6aec/monkey/infection_monkey/telemetry/base_telem.py control_client_object = None def __init__(self, server_address: str, proxies: Optional[Mapping[str, str]] = None):