From e0a1de4137a1f15691d482838a1124c99b43865e Mon Sep 17 00:00:00 2001 From: Johannes Keyser Date: Sat, 28 Oct 2017 15:21:05 +0200 Subject: [PATCH] letsencrypt: fix internal server error when obtaining a certificate. - Fixes issue #1103. Signed-off-by: Johannes Keyser --- plinth/modules/letsencrypt/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/letsencrypt/views.py b/plinth/modules/letsencrypt/views.py index 0968fa81c..6f06aadf3 100644 --- a/plinth/modules/letsencrypt/views.py +++ b/plinth/modules/letsencrypt/views.py @@ -29,7 +29,7 @@ from django.views.decorators.http import require_POST from plinth import actions from plinth.errors import ActionError -from plinth.modules import config +from plinth.modules.config import config from plinth.modules import letsencrypt logger = logging.getLogger(__name__)