Skip to content

Commit 673f074

Browse files
author
Cosmin Bianu
committed
Fixed untranslated print statement
1 parent 84e4615 commit 673f074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CreateFeaturesHandler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def malware_features():
4343
csv.create_empty_csv()
4444
csv.add_row(self.featuresCalc.get_features_name())
4545
array_of_pkts = []
46-
print("\nCalcolo features di " + pcap + "\n")
46+
print("\nComputing features for " + pcap + "\n")
4747
attacker = AttackerCalc(pcap=pcap)
4848
ip_to_consider = attacker.compute_attacker()
4949
for filter in self.filters:

0 commit comments

Comments
 (0)