From 42b91f60af8e0e78912838621f27ebb38c3dd33a Mon Sep 17 00:00:00 2001 From: oberon Date: Mon, 16 Feb 2026 19:17:00 +0100 Subject: [PATCH] fixxes logger in main.py --- app/routes/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/routes/main.py b/app/routes/main.py index 2750d83..974b40a 100644 --- a/app/routes/main.py +++ b/app/routes/main.py @@ -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