pklaus / brother_ql_web

A Python-based web service to print labels on Brother QL label printers. Based on brother_ql: https://github.com/pklaus/brother_ql
GNU General Public License v3.0
254 stars 124 forks source link

Default orientation is not selected #31

Open tbnobody opened 4 years ago

tbnobody commented 4 years ago

When opening the webinterface, no option box of the orientation is selected. I think in brother_ql_web.py in line 303 something like this is missing: 'default_orientation': CONFIG['LABEL']['DEFAULT_ORIENTATION']}