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.PcapFile import PcapFile
 
-
+ 
 class AttackController:
     def __init__(self, pcap_file: PcapFile, statistics_class: Statistics, label_manager: LabelManager):
         """