3
0
Просмотр исходного кода

Fixed documentation of init_params in the botnet attack

Stefan Schmidt 6 лет назад
Родитель
Сommit
2fb547b30e
1 измененных файлов с 0 добавлено и 2 удалено
  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"