aidmar.wainakh 7 vuotta sitten
vanhempi
commit
579ce297c4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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):
         """