log viewer for web debugging

workspace
Brendan Howell 4 years ago
parent 0a607a5b70
commit 08eb6f506c

@ -79,7 +79,8 @@ class IhrApp(Bottle):
template = mako.template.Template(filename=templfile, input_encoding='utf-8')
basedir = os.path.expanduser("~/.screenless")
logfile = os.path.join(basedir, cfgfile)
logfile = bureau + ".log"
logfile = os.path.join(basedir, logfile)
with open(logfile) as log:
logdata = log.read()

Loading…
Cancel
Save