diff options
author | Frederick Muriuki Muriithi | 2023-11-15 09:29:00 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-11-15 09:29:00 +0300 |
commit | aae9d6d988867b9b3edba800857830b48668599c (patch) | |
tree | eb438bb45cea3a63e68e9470afce58b47dd64b4c /wsgi.py | |
parent | fcd4b6fac4296d2b6975e1504dd57d7fc59d3dd5 (diff) | |
download | gn-uploader-aae9d6d988867b9b3edba800857830b48668599c.tar.gz |
Linting: Fix linting errors.
Diffstat (limited to 'wsgi.py')
-rw-r--r-- | wsgi.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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()) |