mirror of
https://github.com/hackathi/brother_ql_web.git
synced 2026-02-04 07:43:23 +00:00
fix regression introduced in 06a9fee
This commit is contained in:
parent
808cc4aeba
commit
0be29b69a9
@ -7,7 +7,7 @@ This is a web service to print labels on Brother QL label printers.
|
||||
import sys, logging, socket, os, functools, textwrap
|
||||
from io import BytesIO
|
||||
|
||||
from bottle import run, route, response, request, jinja2_view as view, static_file, redirect
|
||||
from bottle import run, route, get, post, response, request, jinja2_view as view, static_file, redirect
|
||||
from PIL import Image, ImageDraw, ImageFont
|
||||
|
||||
from brother_ql.devicedependent import models, label_type_specs, label_sizes
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user