Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidsec committed Jul 14, 2023
1 parent 5f73552 commit 3339fd3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bbot/modules/paramminer_headers.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def rand_string(self, *args, **kwargs):
return self.helpers.rand_string(*args, **kwargs)

async def do_mining(self, wl, url, batch_size, compare_helper):

for i in wl:
h = hash(i + url)
self.already_checked.add(h)
Expand Down Expand Up @@ -224,7 +223,6 @@ async def check_batch(self, compare_helper, url, header_list):

async def finish(self):
for url, (event, batch_size) in list(self.event_dict.items()):

try:
compare_helper = self.helpers.http_compare(url)
except HttpCompareError as e:
Expand Down

0 comments on commit 3339fd3

Please sign in to comment.