fix exception

This commit is contained in:
Aaron Kimbre 2022-03-13 06:24:41 -05:00
parent 1cb64f7594
commit 7cb0b94972

View File

@ -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