From d9a71d853e57e7a76af6a6cc0fd925e9ea713e31 Mon Sep 17 00:00:00 2001 From: Brendan Howell Date: Thu, 22 Oct 2020 01:34:10 +0200 Subject: [PATCH] trying out web view for internet radio station management --- screenless/bureau/bureau.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/screenless/bureau/bureau.py b/screenless/bureau/bureau.py index 39e6318..484d4e2 100644 --- a/screenless/bureau/bureau.py +++ b/screenless/bureau/bureau.py @@ -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)