typo, making the CI breaks
This commit is contained in:
parent
59f5f7d1d5
commit
62c7e886e9
3 changed files with 5 additions and 6 deletions
|
|
@ -7,7 +7,10 @@ if app_stage == 'prod':
|
|||
from .production import *
|
||||
else:
|
||||
from .development import *
|
||||
# Load password for database and SECRET_KEY
|
||||
|
||||
try:
|
||||
from .secrets import *
|
||||
except:
|
||||
except ImportError:
|
||||
from .secrets_example.py import *
|
||||
print("Use default secrets!")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue