From d16a3753d73714a51fbe846e45fe77d5e41cb2ab Mon Sep 17 00:00:00 2001 From: Mike Fotinakis Date: Thu, 17 Nov 2016 16:33:51 -0800 Subject: Remove dead run_scripthooks example reference. --- examples/dup_and_replay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dup_and_replay.py b/examples/dup_and_replay.py index 55d6ce7b..bf7c2a4e 100644 --- a/examples/dup_and_replay.py +++ b/examples/dup_and_replay.py @@ -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) -- cgit v1.2.3