about summary refs log tree commit diff
path: root/wsgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'wsgi.py')
-rw-r--r--wsgi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wsgi.py b/wsgi.py
index 40c4473..0f246aa 100644
--- a/wsgi.py
+++ b/wsgi.py
@@ -4,6 +4,7 @@ from qc_app import create_app, instance_path
 from qc_app.check_connections import check_db, check_redis
 
 def check_and_build_app():
+    """Setup the application for running."""
     # Setup the app
     appl = create_app(instance_path())