|
|
@ -42,7 +42,7 @@ class IhrApp(Bottle):
|
|
|
|
# parse the config and make it into a form
|
|
|
|
# parse the config and make it into a form
|
|
|
|
# TODO: add a little html snippet with cfg file docs
|
|
|
|
# TODO: add a little html snippet with cfg file docs
|
|
|
|
templfile = os.path.join(self.tdir, "web_config.html")
|
|
|
|
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")
|
|
|
|
basedir = os.path.expanduser("~/.screenless")
|
|
|
|
|
|
|
|
|
|
|
|
msg = ""
|
|
|
|
msg = ""
|
|
|
|