Remove unnecessary line in certbot-new.py

This commit is contained in:
Théophile Diot 2024-03-23 15:04:57 +00:00
parent c7eee080ea
commit 18511d5514
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -162,7 +162,6 @@ try:
if certbot_new(domains.replace(" ", ","), real_email, use_letsencrypt_staging) != 0:
status = 2
LOGGER.error(f"Certificate generation failed for domain(s) {domains} ...")
generated_domains.difference_update(domains.split(" "))
continue
else:
status = 1 if status == 0 else status