aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/protocol/tls.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-02-14 14:45:27 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-02-14 14:45:27 +0100
commit6746cf5f546bedd0486edd23d5253759920e1448 (patch)
tree1875b08e96662663cb8228430ea08395dfbe5d5c /libmproxy/protocol/tls.py
parentefcfc62b73ac484ed25727f476c7ad0bb25817d5 (diff)
downloadmitmproxy-6746cf5f546bedd0486edd23d5253759920e1448.tar.gz
mitmproxy-6746cf5f546bedd0486edd23d5253759920e1448.tar.bz2
mitmproxy-6746cf5f546bedd0486edd23d5253759920e1448.zip
autoflake
Diffstat (limited to 'libmproxy/protocol/tls.py')
-rw-r--r--libmproxy/protocol/tls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmproxy/protocol/tls.py b/libmproxy/protocol/tls.py
index 986eb964..378dd7d4 100644
--- a/libmproxy/protocol/tls.py
+++ b/libmproxy/protocol/tls.py
@@ -419,7 +419,7 @@ class TlsLayer(Layer):
try:
self.ctx.connect()
self._establish_tls_with_server()
- except Exception as e:
+ except Exception:
try:
self._establish_tls_with_client()
except: