diff --git a/screenless/bureau/ihr/ihrweb.py b/screenless/bureau/ihr/ihrweb.py index 5225fb4..2b8ef05 100644 --- a/screenless/bureau/ihr/ihrweb.py +++ b/screenless/bureau/ihr/ihrweb.py @@ -14,7 +14,6 @@ class IhrApp(Bottle): self.route("/config/", callback=self.bureau_config) self.route("/config/", callback=self.bureau_config, method="POST") self.bureaus = [] - self.tdir = def index(self): # return a list of active bureaus with links