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__)