Merge pull request #1757 from fotinakis/master
Remove dead run_scripthooks example reference.
This commit is contained in:
commit
3ea38e6aa4
|
@ -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…
Reference in New Issue