Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
Remove Queue
Browse files Browse the repository at this point in the history
  • Loading branch information
knassar702 committed Oct 31, 2021
1 parent a0eb8a1 commit 2837815
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/python/lorsrf/lorsrf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
log = getLogger('scant3r')

# send requests per sec
parameters_in_one_request = 10
parameters_in_one_request = 30

# ?ex1=http://google.com&ex2=http://google.com

Expand All @@ -32,7 +32,6 @@ def start(self):
for url in self.make_params():
self.sender(url)
log.debug(f'Started on {self.opts["url"]} with 10 parameters per secound ({self.opts["methods"]})')
q.join()

def sender(self, url: str,body : dict = {}):
for method in self.opts['methods']:
Expand Down

0 comments on commit 2837815

Please sign in to comment.