fixxes logger error

This commit is contained in:
oberon 2026-02-16 19:16:02 +01:00
parent 6809f15ccd
commit 38a4fd7180

View File

@ -9,6 +9,8 @@ from config import Config
main_bp = Blueprint('main', __name__)
logger = logging.getLogger(__name__)
@main_bp.route('/')
def index():
configs = load_configs()