Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezade authored and alirezade committed Dec 27, 2023
1 parent 847a2d9 commit db65f1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DDosAgent.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def __init__(self, name, target_ip, shared_logger):
def _before_start(self):
self._set_clear_scr(False)
sleep(5)
self.report(f'selected target = {self.__target}')

def _logic(self):
try:
Expand Down

0 comments on commit db65f1a

Please sign in to comment.