From 0dfdb0cf357bf6a1a8c196d361efba8f586d8072 Mon Sep 17 00:00:00 2001 From: decart Date: Fri, 18 Oct 2019 10:03:36 +0200 Subject: [PATCH] issue #37 fix --- lib/controller/AttackController.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/controller/AttackController.py b/lib/controller/AttackController.py index 664ef01a..211db0b5 100644 --- a/lib/controller/AttackController.py +++ b/lib/controller/AttackController.py @@ -4,6 +4,7 @@ ### Core > Attack Controller ### import datetime +import sys from humanfriendly import format_timespan from lib.core.AttackScope import AttackScope @@ -222,4 +223,4 @@ def __run_for_multi_targets(self, args): self.attack_scope.add_target(target) # Run the attack - self.attack_scope.attack() \ No newline at end of file + self.attack_scope.attack()