From 041758983cfc6a2eb1c79f06d1611917d4ec484c Mon Sep 17 00:00:00 2001 From: Brendan Howell Date: Thu, 22 Oct 2020 00:07:40 +0200 Subject: [PATCH] trying out web view for internet radio station management --- screenless/bureau/ihr/ihr.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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):