mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Fixed indentation in storage.py
This commit is contained in:
@@ -520,7 +520,7 @@ class RenewableCert(object): # pylint: disable=too-many-instance-attributes
|
||||
remaining = expiry - now
|
||||
if remaining < autorenew_interval:
|
||||
return True
|
||||
return False
|
||||
return False
|
||||
|
||||
@classmethod
|
||||
def new_lineage(cls, lineagename, cert, privkey, chain,
|
||||
|
||||
Reference in New Issue
Block a user