trying out web view for internet radio station management

workspace
Brendan Howell 4 years ago
parent ad4b711ca3
commit d9a71d853e

@ -549,8 +549,8 @@ class Bureau(object):
continue continue
self.log.debug("got method: " + ref) self.log.debug("got method: " + ref)
if (ref in self.commands) or (ref in self.api) or if (ref in self.commands) or (ref in self.api) or (ref in
(ref in self.webviews): self.webviews):
if ref in self.api: if ref in self.api:
if data: if data:
data = json.loads(data) data = json.loads(data)

Loading…
Cancel
Save