mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Don't check _should_renew twice
This commit is contained in:
+1
-1
@@ -440,7 +440,7 @@ def _auth_from_domains(le_client, config, domains, lineage=None):
|
||||
else:
|
||||
# Renewal, where we already know the specific lineage we're
|
||||
# interested in
|
||||
action = "renew" if _should_renew(config, lineage) else "reinstall"
|
||||
action = "renew"
|
||||
|
||||
if action == "reinstall":
|
||||
# The lineage already exists; allow the caller to try installing
|
||||
|
||||
Reference in New Issue
Block a user