aboutsummaryrefslogtreecommitdiffstats
path: root/examples/sslstrip.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2016-06-14 16:29:15 +1200
committerGitHub <noreply@github.com>2016-06-14 16:29:15 +1200
commit93276d45be68790b5f4aeb4577c380ca1608efb3 (patch)
tree9553d0f45e705da04bfa4be8dd5e39d09fcd112f /examples/sslstrip.py
parent4c292b0197d820e9e108aa05b10927107a0503c3 (diff)
parentd8ae2f156203a81a8e6d325f5c460c351cfbfc5c (diff)
downloadmitmproxy-93276d45be68790b5f4aeb4577c380ca1608efb3.tar.gz
mitmproxy-93276d45be68790b5f4aeb4577c380ca1608efb3.tar.bz2
mitmproxy-93276d45be68790b5f4aeb4577c380ca1608efb3.zip
Merge branch 'master' into netlibrace
Diffstat (limited to 'examples/sslstrip.py')
-rw-r--r--examples/sslstrip.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sslstrip.py b/examples/sslstrip.py
index 1bc89946..8dde8e3e 100644
--- a/examples/sslstrip.py
+++ b/examples/sslstrip.py
@@ -3,7 +3,7 @@ import re
from six.moves import urllib
-def start(context, argv):
+def start(context):
# set of SSL/TLS capable hosts
context.secure_hosts = set()