mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Remove dead code (error in except)
This commit is contained in:
parent
3cddb15023
commit
0a536d50be
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue