Browse Source

Fixed documentation of init_params in the botnet attack

Stefan Schmidt 5 years ago
parent
commit
2fb547b30e
1 changed files with 0 additions and 2 deletions
  1. 0 2
      code/Attack/MembersMgmtCommAttack.py

+ 0 - 2
code/Attack/MembersMgmtCommAttack.py

@@ -85,8 +85,6 @@ class MembersMgmtCommAttack(BaseAttack.BaseAttack):
         Initialize some parameters of this communication-attack using the user supplied command line parameters.
         The remaining parameters are implicitly set in the provided data file. Note: the timestamps in the file
         have to be sorted in ascending order
-
-        :param statistics: Reference to a statistics object.
         """
         # set class constants
         self.DEFAULT_XML_PATH = Util.RESOURCE_DIR + "Botnet/MembersMgmtComm_example.xml"