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: try:
app.config.from_object('app.settings') app.config.from_object('app.settings')
except Exception: except Exception:
print("Not using settings.py")
# Load environment specific settings # Load environment specific settings
app.config['TESTING'] = False app.config['TESTING'] = False