From 63c6660895c83967c5d93499bcda3e233f722ded Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 13 Jun 2016 18:17:09 -0700 Subject: update examples, tests, docs --- examples/sslstrip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/sslstrip.py') 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() -- cgit v1.2.3