Skip to content

Commit

Permalink
add logs to explain what is happening.
Browse files Browse the repository at this point in the history
  • Loading branch information
elyousfi5 committed Mar 11, 2024
1 parent 7225d94 commit 8628356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/agent_nuclei.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def process(self, message: m.Message) -> None:
if self._is_target_already_processed(message) is True:
return

logger.info("Preparing targets.")
logger.info("Preparing targets ...")
targets = self.prepare_targets(message)
# Filter out all the target that are out of scope.
targets = [
Expand Down

0 comments on commit 8628356

Please sign in to comment.