Browse Source

Fix missing import

dustin.born 6 years ago
parent
commit
807114facb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      code/Attack/BaseAttack.py

+ 1 - 0
code/Attack/BaseAttack.py

@@ -1,5 +1,6 @@
 import abc
 import csv
+import hashlib
 import ipaddress
 import os
 import random