From 49072b8e37115e2afd2602607b999de144446525 Mon Sep 17 00:00:00 2001
From: Thomas Schneider <thomas@fsmpi.rwth-aachen.de>
Date: Thu, 14 Nov 2024 19:01:32 +0100
Subject: [PATCH] examples/config: Formatting

---
 examples/config/config.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/examples/config/config.py b/examples/config/config.py
index 3e025ed..f3ccbe4 100644
--- a/examples/config/config.py
+++ b/examples/config/config.py
@@ -10,9 +10,12 @@ SQLALCHEMY_DATABASE_URI = "postgresql+psycopg:///schilder2000"
 # SQLALCHEMY_DATABASE_URI = "sqlite:///data/schilder2000.db"  # Relative to instance directory
 # SQLALCHEMY_DATABASE_URI = "mysql:///schilder2000"
 
+
 # To generate a secret key:
 #   % python -c 'import secrets; print(secrets.token_hex())'
-#SECRET_KEY = ...  # Replace me!
+
+# SECRET_KEY = ...  # Replace me!
+
 TEMPLATES_AUTO_RELOAD = True
 
 SCHILD_FOOTER = "Organization Without a Cool Acronym – O.W.C.A."
-- 
GitLab