aidmar.wainakh hace 7 años
padre
commit
579ce297c4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      code/ID2TLib/AttackController.py

+ 1 - 1
code/ID2TLib/AttackController.py

@@ -7,7 +7,7 @@ from ID2TLib import Statistics
 from ID2TLib.Label import Label
 from ID2TLib.PcapFile import PcapFile
 
-
+ 
 class AttackController:
     def __init__(self, pcap_file: PcapFile, statistics_class: Statistics, label_manager: LabelManager):
         """