mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 09:58:23 +02:00
typo, making the CI breaks
This commit is contained in:
@ -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!")
|
||||
|
Reference in New Issue
Block a user