aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
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)