encoding fix

workspace
Brendan Howell 4 years ago
parent da32f9a01a
commit 3ff8d660c5

@ -42,7 +42,7 @@ class IhrApp(Bottle):
# parse the config and make it into a form
# TODO: add a little html snippet with cfg file docs
templfile = os.path.join(self.tdir, "web_config.html")
template = mako.template.Template(filename=templfile)
template = mako.template.Template(filename=templfile, input_encoding='utf-8')
basedir = os.path.expanduser("~/.screenless")
msg = ""

Loading…
Cancel
Save