Skip to content

Commit

Permalink
fix(CornerShot): bad shot length
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiesec committed Feb 25, 2021
1 parent 5497893 commit 77ee4cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cornershot/cornershot.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ def _shots_manager(self):

def open_fire(self,blocking=True,skip_scanned=False):
self.skip_scanned = skip_scanned
self.total_shots = len(self.shot_list)

self.workers = min(self.total_shots,self.workers)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
setup(
name='cornershot',
python_requires='>=3',
version='0.2.13',
version='0.2.14',
description='Library to test network connectivity',
long_description_content_type='text/markdown',
long_description=long_description,
Expand Down

0 comments on commit 77ee4cc

Please sign in to comment.