Skip to content

Commit

Permalink
issue koutto#37 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
decart-hub committed Oct 18, 2019
1 parent 0761996 commit 0dfdb0c
Showing 1 changed file with 2 additions and 1 deletion.
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()

0 comments on commit 0dfdb0c

Please sign in to comment.