From 8ddbe955059f5452ca2e2eeb48cb319d32c72ea3 Mon Sep 17 00:00:00 2001 From: Jeroen Date: Fri, 19 Jan 2018 14:59:08 +0100 Subject: [PATCH] set brother_ql_web.py encoding to UTF-8 --- brother_ql_web.py | 1 + 1 file changed, 1 insertion(+) diff --git a/brother_ql_web.py b/brother_ql_web.py index 17e7abc..e5d885d 100755 --- a/brother_ql_web.py +++ b/brother_ql_web.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# -*- coding: utf-8 -*- """ This is a web service to print labels on Brother QL label printers.