diff --git a/brother_ql_web.py b/brother_ql_web.py index 6bc84b4..5453236 100755 --- a/brother_ql_web.py +++ b/brother_ql_web.py @@ -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