Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lib/controller/AttackController.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
### Core > Attack Controller
###
import datetime
import sys
from humanfriendly import format_timespan

from lib.core.AttackScope import AttackScope
Expand Down Expand Up @@ -222,4 +223,4 @@ def __run_for_multi_targets(self, args):
self.attack_scope.add_target(target)

# Run the attack
self.attack_scope.attack()
self.attack_scope.attack()