koppenho / brother_ql_web

A Python-based web service to print labels on Brother QL label printers. Based on brother_ql_web (https://github.com/pklaus/brother_ql_web) with cherry picked contributions of others (https://github.com/koppenho/brother_ql_web/blob/master/CONTRIBUTING.md)
GNU General Public License v3.0
2 stars 0 forks source link

Deprecation Warning #1

Open koppenho opened 1 year ago

koppenho commented 1 year ago

Describe the bug While running/printing labels several warnings appear in the logs, emitted from brother_ql_web.py:

This must be considered as a bug because the code will no longer work with a future version of the libraries PIP and ImageDraw.

Expected behavior Rewrite code and avoid deprecated functions.

koppenho commented 1 year ago

I am no python specialist. Fixing this would be very hard for me. Anybody out there who can help?