1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

Remove dead code (error in except)

This commit is contained in:
Jakub Warmuz
2016-01-10 17:31:50 +00:00
parent 3cddb15023
commit 0a536d50be

View File

@@ -539,7 +539,7 @@ class ClientNetwork(object):
# TODO: response.json() is called twice, once here, and
# once in _get and _post clients
jobj = response.json()
except ValueError as error:
except ValueError:
jobj = None
if not response.ok: