Skip to content

Commit

Permalink
Merge pull request #1425 from zrquan/patch-1
Browse files Browse the repository at this point in the history
bug fix
  • Loading branch information
maurosoria authored Oct 24, 2024
2 parents 52338ef + b9cc9fe commit 0b27ab7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/core/fuzzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,7 @@ async def task_proc(self) -> None:

try:
path = next(self._dictionary)
scanners = self.get_scanners_for(path)
await self.scan(self._base_path + path, scanners)
await self.scan(self._base_path + path)
except StopIteration:
pass
except RequestException as e:
Expand Down

0 comments on commit 0b27ab7

Please sign in to comment.