diff --git a/screenless/bureau/ihr/ihr.py b/screenless/bureau/ihr/ihr.py index 9c28c5c..515c2ed 100644 --- a/screenless/bureau/ihr/ihr.py +++ b/screenless/bureau/ihr/ihr.py @@ -51,7 +51,7 @@ class InhumanResources(Bureau): cmd = data["cmd"] cmdname = data["cmdname"] desc = data["desc"] - barcode = code128.svg(prefix + cmd + ".") + barcode = code128.svg(prefix + cmd + ".", thickness=1.5) except KeyError as e: print("cannot add invalid command:", str(e)) return @@ -88,7 +88,6 @@ class InhumanResources(Bureau): Prints the menu of commands for all operational bureaus. """ self.print_full("menu.html", menu=self.menu) - print(self.menu) def main(): diff --git a/screenless/bureau/ihr/menu.html b/screenless/bureau/ihr/menu.html index 7990e84..1c13375 100644 --- a/screenless/bureau/ihr/menu.html +++ b/screenless/bureau/ihr/menu.html @@ -3,40 +3,63 @@
${buro["desc"]}
${cmd["desc"]}
+${cmd["desc"]}
+