trying out web view for internet radio station management

workspace
Brendan Howell 4 years ago
parent ef1ecdd357
commit 041758983c

@ -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):

Loading…
Cancel
Save