fixxes logger error
This commit is contained in:
parent
6809f15ccd
commit
38a4fd7180
@ -9,6 +9,8 @@ from config import Config
|
|||||||
|
|
||||||
main_bp = Blueprint('main', __name__)
|
main_bp = Blueprint('main', __name__)
|
||||||
|
|
||||||
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
@main_bp.route('/')
|
@main_bp.route('/')
|
||||||
def index():
|
def index():
|
||||||
configs = load_configs()
|
configs = load_configs()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user