Agent: Fix comment in ExploitTelem

This commit is contained in:
Shreya Malviya 2022-02-22 17:54:31 +05:30
parent f0679ebb26
commit b91f3b1551
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class ExploitTelem(BaseTelem):
Default exploit telemetry constructor
:param name: The name of exploiter used
:param host: The host machine
:param result: Data about the exploitation attempt (success status, info, attempts, etc)
:param result: Data about the exploitation (success status, info, attempts, etc)
"""
super(ExploitTelem, self).__init__()