From 3275f437386fd210fd6e3cd63acada3949c162ff Mon Sep 17 00:00:00 2001 From: Brendan Howell Date: Wed, 8 Apr 2020 21:53:15 +0200 Subject: [PATCH] added static files for config editor --- screenless/bureau/ihr/ihrweb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screenless/bureau/ihr/ihrweb.py b/screenless/bureau/ihr/ihrweb.py index e230fee..ed0490b 100644 --- a/screenless/bureau/ihr/ihrweb.py +++ b/screenless/bureau/ihr/ihrweb.py @@ -4,7 +4,7 @@ import configparser import inspect import os -from bottle import Bottle, request +from bottle import Bottle, request, static_file import mako class IhrApp(Bottle):