Compare commits

...

1 Commits
main ... idk

Author SHA1 Message Date
12d941fe2e b 2025-04-07 17:38:36 -04:00

2
app.py
View File

@ -10,6 +10,7 @@ from PIL import Image
import mimetypes
import logging
from logging.handlers import RotatingFileHandler
import time
app = Flask(__name__)
@ -98,6 +99,7 @@ def process_queue():
# Process the file (convert and print)
app.logger.info(f"Processing file: {file_path}")
print_address_label(file_path)
time.sleep(10)
# Signal that the task is done
file_queue.task_done()