fixxes logger in main.py

This commit is contained in:
oberon 2026-02-16 19:17:00 +01:00
parent 38a4fd7180
commit 42b91f60af

View File

@ -1,5 +1,6 @@
# app/routes/main.py
import os
import logging
from flask import Blueprint, render_template, redirect, url_for, request, jsonify, send_from_directory, current_app
from app.utils.helpers import load_configs, load_default_sounds