mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
rm unused var
This commit is contained in:
parent
df383ee6e4
commit
0ecaa8abca
1 changed files with 0 additions and 1 deletions
|
|
@ -261,7 +261,6 @@ class Client(object): # pylint: disable=too-many-instance-attributes
|
|||
"""
|
||||
retry_after = response.headers.get('Retry-After', str(default))
|
||||
now = datetime.datetime.now()
|
||||
year_now = now[0]
|
||||
try:
|
||||
seconds = int(retry_after)
|
||||
except ValueError:
|
||||
|
|
|
|||
Loading…
Reference in a new issue