mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:05:31 +02:00
rm unused var
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user