aboutsummaryrefslogtreecommitdiffstats
path: root/examples/complex/tls_passthrough.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/complex/tls_passthrough.py')
-rw-r--r--examples/complex/tls_passthrough.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/complex/tls_passthrough.py b/examples/complex/tls_passthrough.py
index 40c1051d..6dba7ca1 100644
--- a/examples/complex/tls_passthrough.py
+++ b/examples/complex/tls_passthrough.py
@@ -112,7 +112,7 @@ class TlsFeedback(TlsLayer):
tls_strategy = None
-def start():
+def start(opts):
global tls_strategy
if len(sys.argv) == 2:
tls_strategy = ProbabilisticStrategy(float(sys.argv[1]))