aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-03-10 21:17:05 +0100
committerMaximilian Hils <git@maximilianhils.com>2016-03-10 21:17:05 +0100
commit167bd7768346a75910ca0d3828d02a16887de090 (patch)
treede944df8c9eeab27bde80e41543a334d8053fb41
parentaa2bf90b114f24ce01ca5d0e4f62cda819479e5d (diff)
downloadmitmproxy-167bd7768346a75910ca0d3828d02a16887de090.tar.gz
mitmproxy-167bd7768346a75910ca0d3828d02a16887de090.tar.bz2
mitmproxy-167bd7768346a75910ca0d3828d02a16887de090.zip
fix content view example inline script
-rw-r--r--examples/custom_contentviews.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/custom_contentviews.py b/examples/custom_contentviews.py
index 776ba99d..f3b7317f 100644
--- a/examples/custom_contentviews.py
+++ b/examples/custom_contentviews.py
@@ -64,5 +64,5 @@ def start(context, argv):
context.add_contentview(pig_view)
-def stop(context):
+def done(context):
context.remove_contentview(pig_view)