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):