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
self.log.debug("got method: " + ref)
if (ref in self.commands) or (ref in self.api) or
(ref in self.webviews):
if (ref in self.commands) or (ref in self.api) or (ref in
self.webviews):
if ref in self.api:
if data:
data = json.loads(data)

Loading…
Cancel
Save