letsencrypt: fix internal server error when obtaining a certificate.

- Fixes issue #1103.

Signed-off-by: Johannes Keyser <johanneskeyser@posteo.de>
This commit is contained in:
Johannes Keyser 2017-10-28 15:21:05 +02:00
parent a77db8aa1a
commit e0a1de4137
No known key found for this signature in database
GPG Key ID: D1431C2C533CF0D0

View File

@ -29,7 +29,7 @@ from django.views.decorators.http import require_POST
from plinth import actions from plinth import actions
from plinth.errors import ActionError from plinth.errors import ActionError
from plinth.modules import config from plinth.modules.config import config
from plinth.modules import letsencrypt from plinth.modules import letsencrypt
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)