Skip to content

Commit

Permalink
removed uncessary set
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidsec committed Oct 15, 2023
1 parent 5170e87 commit 864c933
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bbot/modules/internal/excavate.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def extract_domains(self, csp):
return unique_domains

async def search(self, content, event, **kwargs):
results = set()
async for csp, name in self._search(content, event, **kwargs):
extracted_domains = self.extract_domains(csp)
for domain in extracted_domains:
Expand Down

0 comments on commit 864c933

Please sign in to comment.