forked from 3wordchant/capsul-flask
trying to fix logging
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
from flask import Blueprint
|
||||
from flask import render_template
|
||||
from flask import current_app
|
||||
|
||||
bp = Blueprint("landing", __name__, url_prefix="/")
|
||||
|
||||
|
Reference in New Issue
Block a user