mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 02:37:15 +00:00
Remove dead run_scripthooks example reference.
This commit is contained in:
parent
83fe8b5302
commit
d16a3753d7
1 changed files with 1 additions and 1 deletions
|
|
@ -4,4 +4,4 @@ from mitmproxy import ctx
|
|||
def request(flow):
|
||||
f = ctx.master.state.duplicate_flow(flow)
|
||||
f.request.path = "/changed"
|
||||
ctx.master.replay_request(f, block=True, run_scripthooks=False)
|
||||
ctx.master.replay_request(f, block=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue