diff --git a/screenless/bureau/ihr/ihr.py b/screenless/bureau/ihr/ihr.py index 90e0293..fd1c92c 100644 --- a/screenless/bureau/ihr/ihr.py +++ b/screenless/bureau/ihr/ihr.py @@ -55,7 +55,8 @@ class InhumanResources(Bureau): self.menu[prefix] = {"name": name, "desc": desc, "commands": {}, - "apis": {}} + "apis": {}, + "webviews": {}} @add_api("addcommand", "Register Command") def add_cmd(self, data):