aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMike Fotinakis <mike@fotinakis.com>2016-11-17 16:33:51 -0800
committerGitHub <noreply@github.com>2016-11-17 16:33:51 -0800
commitd16a3753d73714a51fbe846e45fe77d5e41cb2ab (patch)
treead08adeac534ae8bc4353a36933ada679076c935 /examples
parent83fe8b530227d1fb926c8a181fed05b7c66a510c (diff)
downloadmitmproxy-d16a3753d73714a51fbe846e45fe77d5e41cb2ab.tar.gz
mitmproxy-d16a3753d73714a51fbe846e45fe77d5e41cb2ab.tar.bz2
mitmproxy-d16a3753d73714a51fbe846e45fe77d5e41cb2ab.zip
Remove dead run_scripthooks example reference.
Diffstat (limited to 'examples')
-rw-r--r--examples/dup_and_replay.py2
1 files changed, 1 insertions, 1 deletions
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)