Agent: Initialize self._master = None

This commit is contained in:
Mike Salvatore 2022-03-21 10:19:54 -04:00
parent 61344f9861
commit a2ac2658ed
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ class InfectionMonkey:
self._monkey_inbound_tunnel = None
self.telemetry_messenger = LegacyTelemetryMessengerAdapter()
self._current_depth = self._opts.depth
self._master = None
@staticmethod
def _get_arguments(args):