Simple check to stop the below from happening - seems to be certain fonts (none-ASCII names?)
deprecation warning: brother_ql.devicedependent is deprecated and will be removed in a future release
Traceback (most recent call last):
File "./brother_ql_web.py", line 296, in
main()
File "./brother_ql_web.py", line 271, in main
FONTS = get_fonts()
File "/Users/justindm/Development/printer/brother_ql_web/font_helpers.py", line 25, in get_fonts
styles = parts[2].split('=')[1].split(',')
IndexError: list index out of range
Simple check to stop the below from happening - seems to be certain fonts (none-ASCII names?)
deprecation warning: brother_ql.devicedependent is deprecated and will be removed in a future release Traceback (most recent call last): File "./brother_ql_web.py", line 296, in
main()
File "./brother_ql_web.py", line 271, in main
FONTS = get_fonts()
File "/Users/justindm/Development/printer/brother_ql_web/font_helpers.py", line 25, in get_fonts
styles = parts[2].split('=')[1].split(',')
IndexError: list index out of range