From cb6b2e0c3200f412e211bfc355fb8244117d934a Mon Sep 17 00:00:00 2001 From: qiangyanwen <508737091@qq.com> Date: Sat, 21 Jan 2023 18:10:46 +0800 Subject: [PATCH] add test --- tls_passthrough.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tls_passthrough.py b/tls_passthrough.py index 5904866..43d047f 100644 --- a/tls_passthrough.py +++ b/tls_passthrough.py @@ -103,8 +103,8 @@ class MaybeTls: "tls_strategy", int, 0, - "TLS passthrough strategy. If set to 0, connections will be passed through after the first unsuccessful " - "handshake. If set to 0 < p <= 100, connections with be passed through with probability p.", + "TLS passthrough strategy. If set to 0, connections will be passed through after the first unsuccessful" + "handshake. If set to 0 < p <= 100, connections with be passed through with probability py", ) def configure(self, updated):