Whitespace corrections
This commit is contained in:
parent
3bd16ae563
commit
f170ff5e52
@ -11,11 +11,11 @@ from flask_mail import Mail
|
||||
from werkzeug.middleware.proxy_fix import ProxyFix
|
||||
|
||||
from common.security import check_keyfile_exists, generate_keyfile
|
||||
import config
|
||||
from config import ProductionConfig as Config
|
||||
|
||||
def create_app():
|
||||
app = Flask(__name__)
|
||||
app.config.from_object(config.ProductionConfig())
|
||||
app.config.from_object(Config())
|
||||
|
||||
from common.blueprints import cookie_consent
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user