Improved logging and fixed missing locale strings

This commit is contained in:
2025-04-16 17:56:41 +02:00
parent 906770ef60
commit 13f92b2817
6 changed files with 54 additions and 14 deletions

View File

@@ -3,8 +3,9 @@ from dataclasses import dataclass
from typing import Union
from modules.database_sqlite import cursor
from modules.logging_utils import get_logger
logger = logging.getLogger(__name__)
logger: logging.Logger = get_logger(__name__)
@dataclass