trying to fix logging

This commit is contained in:
2020-05-15 23:19:01 -05:00
parent 3bd9d24a97
commit 26340f118f
9 changed files with 66 additions and 39 deletions

View File

@ -1,5 +1,6 @@
from flask import Blueprint
from flask import render_template
from flask import current_app
bp = Blueprint("landing", __name__, url_prefix="/")