From dc552b20425fdac37561ed2a60f4779b3acb4fa9 Mon Sep 17 00:00:00 2001 From: Brendan Howell Date: Mon, 6 Apr 2020 21:01:49 +0200 Subject: [PATCH] add config editor elements to ihr web --- screenless/bureau/ihr/ihrweb.py | 1 - 1 file changed, 1 deletion(-) 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