This commit is contained in:
zman 2025-04-08 10:35:26 -04:00
parent 8c552af606
commit 537d3725d7

1
app.py
View File

@ -98,6 +98,7 @@ def print_address_label(pdf_path):
backend_identifier=backend, backend_identifier=backend,
blocking=True blocking=True
) )
app.logger.info(f"Printer status: {status}")
app.logger.info("Print job sent successfully") app.logger.info("Print job sent successfully")
except Exception as e: except Exception as e: