aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2017-02-19 12:37:50 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2017-02-19 14:29:09 +0100
commit36352c95397351f4e69d857fcd8110fe125388f7 (patch)
treeb12a7a193d27262eb921e161a849dbbf3e974932 /examples
parent3ee5227cca9e67df50310447efb6bc7c557d34bb (diff)
downloadmitmproxy-36352c95397351f4e69d857fcd8110fe125388f7.tar.gz
mitmproxy-36352c95397351f4e69d857fcd8110fe125388f7.tar.bz2
mitmproxy-36352c95397351f4e69d857fcd8110fe125388f7.zip
protobuf: coverage++
Diffstat (limited to 'examples')
-rw-r--r--examples/simple/custom_contentview.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/simple/custom_contentview.py b/examples/simple/custom_contentview.py
index 35216397..1f3a38ec 100644
--- a/examples/simple/custom_contentview.py
+++ b/examples/simple/custom_contentview.py
@@ -10,7 +10,7 @@ class ViewSwapCase(contentviews.View):
# We don't have a good solution for the keyboard shortcut yet -
# you manually need to find a free letter. Contributions welcome :)
- prompt = ("swap case text", "p")
+ prompt = ("swap case text", "z")
content_types = ["text/plain"]
def __call__(self, data: bytes, **metadata):