Fix debug

This commit is contained in:
VirtuBox
2019-09-23 01:17:28 +02:00
parent edde5e4043
commit 818e36afbc

View File

@@ -35,7 +35,6 @@ class WOAcme:
"--issue -d '{0}' {1} -k {2} -f"
.format(all_domains, acme_mode, keylenght)):
Log.failed(self, "Issuing SSL cert with acme.sh")
Log.debug(self, str(e))
if acmedata['dns'] is True:
Log.warn(
self, "Please make sure your properly "