mirror of
https://github.com/pklaus/brother_ql_web.git
synced 2024-05-25 11:56:53 +03: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…
Reference in New Issue
Block a user