From 7cb0b9497279782eca5c06432db4dae2784b5ab7 Mon Sep 17 00:00:00 2001 From: Aaron Kimbre Date: Sun, 13 Mar 2022 06:24:41 -0500 Subject: [PATCH] fix exception --- app/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/__init__.py b/app/__init__.py index e2350a7..e8655d0 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -176,7 +176,7 @@ def register_settings(app): try: app.config.from_object('app.settings') except Exception: - + print("Not using settings.py") # Load environment specific settings app.config['TESTING'] = False