mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2024-11-09 19:58:19 +00:00
fix exception
This commit is contained in:
parent
1cb64f7594
commit
7cb0b94972
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user