mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
add missing parser.add_option_group(group)
This commit is contained in:
parent
b36e37f9da
commit
2a194f98ec
@ -263,6 +263,7 @@ def common_options(parser):
|
||||
help="Disable response pop from response flow. "
|
||||
"This makes it possible to replay same response multiple times."
|
||||
)
|
||||
parser.add_option_group(group)
|
||||
|
||||
group = optparse.OptionGroup(
|
||||
parser,
|
||||
|
Loading…
Reference in New Issue
Block a user