[password-resets] Missing closing quote
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [password-resets] Missing closing quote
- Date: Thu, 12 Nov 2020 16:40:02 +0000 (UTC)
commit ecc80e16a18a0e4ddbccff55feab51c952434923
Author: Andrea Veri <averi redhat com>
Date: Thu Nov 12 17:39:51 2020 +0100
Missing closing quote
app.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app.py b/app.py
index 77a1345..6c32fea 100644
--- a/app.py
+++ b/app.py
@@ -37,7 +37,7 @@ SMTP_RELAY_HOST = os.environ.get('SMTP_RELAY_HOST')
glu = gnome_ldap_utils.Gnome_ldap_utils(LDAP_GROUP_BASE, LDAP_HOST, LDAP_USER_BASE, LDAP_USER,
LDAP_PASSWORD, LDAP_CA_PATH)
app = FastAPI()
-app.mount("/static", StaticFiles(directory=f"{DOCUMENT_ROOT}/static), name="static")
+app.mount("/static", StaticFiles(directory=f"{DOCUMENT_ROOT}/static"), name="static")
templates = Jinja2Templates(directory=f"{DOCUMENT_ROOT}/templates")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]