aboutsummaryrefslogtreecommitdiffstats
path: root/examples/add_header.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/add_header.py')
-rw-r--r--examples/add_header.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/add_header.py b/examples/add_header.py
index cf1b53cc..3e0b5f1e 100644
--- a/examples/add_header.py
+++ b/examples/add_header.py
@@ -1,2 +1,2 @@
-def response(context, flow):
+def response(flow):
flow.response.headers["newheader"] = "foo"