fix exception
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user