aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Kriechbaumer <Kriechi@users.noreply.github.com>2016-11-19 22:54:42 +0100
committerGitHub <noreply@github.com>2016-11-19 22:54:42 +0100
commit3ea38e6aa47c6d8283d48db270b1dc19022cace3 (patch)
treeb435208bdc72d45a4bfe70e9700f302e7242137d
parentd6cfd93357f6806aa70123c5974459534d992e2b (diff)
parentd16a3753d73714a51fbe846e45fe77d5e41cb2ab (diff)
downloadmitmproxy-3ea38e6aa47c6d8283d48db270b1dc19022cace3.tar.gz
mitmproxy-3ea38e6aa47c6d8283d48db270b1dc19022cace3.tar.bz2
mitmproxy-3ea38e6aa47c6d8283d48db270b1dc19022cace3.zip
Merge pull request #1757 from fotinakis/master
Remove dead run_scripthooks example reference.
-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)