aidmar.wainakh пре 7 година
родитељ
комит
579ce297c4
1 измењених фајлова са 1 додато и 1 уклоњено
  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.Label import Label
 from ID2TLib.PcapFile import PcapFile
 from ID2TLib.PcapFile import PcapFile
 
 
-
+ 
 class AttackController:
 class AttackController:
     def __init__(self, pcap_file: PcapFile, statistics_class: Statistics, label_manager: LabelManager):
     def __init__(self, pcap_file: PcapFile, statistics_class: Statistics, label_manager: LabelManager):
         """
         """