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)