mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-02-01 07:49:10 +00:00
Merge pull request #1032 from cle1000/patch-2
Update modify_response_body.py
This commit is contained in:
commit
f118d9abb1
@ -5,7 +5,7 @@ from mitmproxy.models import decoded
|
|||||||
|
|
||||||
def start(context, argv):
|
def start(context, argv):
|
||||||
if len(argv) != 3:
|
if len(argv) != 3:
|
||||||
raise ValueError('Usage: -s "modify-response-body.py old new"')
|
raise ValueError('Usage: -s "modify_response_body.py old new"')
|
||||||
# You may want to use Python's argparse for more sophisticated argument
|
# You may want to use Python's argparse for more sophisticated argument
|
||||||
# parsing.
|
# parsing.
|
||||||
context.old, context.new = argv[1], argv[2]
|
context.old, context.new = argv[1], argv[2]
|
||||||
|
Loading…
Reference in New Issue
Block a user