Remove dead run_scripthooks example reference.

This commit is contained in:
Mike Fotinakis 2016-11-17 16:33:51 -08:00 committed by GitHub
parent 83fe8b5302
commit d16a3753d7
1 changed files with 1 additions and 1 deletions

View File

@ -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)