mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
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:
parent
a77db8aa1a
commit
e0a1de4137
@ -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__)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user