Skip to content

Commit

Permalink
Fixed whitespacing in the #194 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Rawdon committed Nov 16, 2017
1 parent 95fbe28 commit 584e51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beeswithmachineguns/bees.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ def _attack(params):
options += ' -A %s' % params['basic_auth']

params['options'] = options
# substrings to use for fgrep to perform remote output filtering
# substrings to use for fgrep to perform remote output filtering
# resolves issue #194, too much data sent over SSH control channel to BWMG
# any future statistics parsing that requires more output from ab
# may need this line altered to include other patterns
Expand Down

0 comments on commit 584e51c

Please sign in to comment.