fix: Update process method return type and handle image attribute correctly; improve error handling
This commit is contained in:
		@@ -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()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user