diff --git a/monkey/infection_monkey/exploit/HostExploiter.py b/monkey/infection_monkey/exploit/HostExploiter.py index e7dc45080..2e0faad36 100644 --- a/monkey/infection_monkey/exploit/HostExploiter.py +++ b/monkey/infection_monkey/exploit/HostExploiter.py @@ -132,7 +132,7 @@ class HostExploiter: self, target: str, propagation_success: bool, - tags: Tuple[str] = tuple(), + tags: Tuple[str, ...] = tuple(), error_message: str = "", ): propagation_event = PropagationEvent( @@ -149,7 +149,7 @@ class HostExploiter: self, target: str, exploitation_success: bool, - tags: Tuple[str] = tuple(), + tags: Tuple[str, ...] = tuple(), error_message: str = "", ): exploitation_event = ExploitationEvent(