fix: Update process method return type and handle image attribute correctly; improve error handling

This commit is contained in:
2025-05-19 13:10:46 +02:00
parent 670066100f
commit b881f04acc
2 changed files with 6 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
import logging
import os
from logging.handlers import RotatingFileHandler
from dotenv import load_dotenv
load_dotenv()
# Configuration values
LOG_LEVEL = os.getenv("LOG_LEVEL", "INFO").upper()