From 773c9535146991af38f954cb4d3b0ead9d7485c5 Mon Sep 17 00:00:00 2001 From: madt1m Date: Wed, 13 Jun 2018 11:56:14 +0200 Subject: View API slightly extended; codebase cleaned in some points --- examples/complex/dup_and_replay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/complex/dup_and_replay.py b/examples/complex/dup_and_replay.py index adcebff3..3ad98dc5 100644 --- a/examples/complex/dup_and_replay.py +++ b/examples/complex/dup_and_replay.py @@ -9,6 +9,6 @@ def request(flow): # Only interactive tools have a view. If we have one, add a duplicate entry # for our flow. if "view" in ctx.master.addons: - ctx.master.commands.call("view.add", [flow]) + ctx.master.commands.call("view.flows.add", [flow]) flow.request.path = "/changed" ctx.master.commands.call("replay.client", [flow]) -- cgit v1.2.3