From 0be29b69a9df3c98dfdac6bb791b4f3a4a703896 Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Wed, 4 Jan 2017 15:09:00 +0100 Subject: [PATCH] fix regression introduced in 06a9fee --- brother_ql_web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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