diff --git a/headphones/notifiers.py b/headphones/notifiers.py index dcc63803..806535a8 100644 --- a/headphones/notifiers.py +++ b/headphones/notifiers.py @@ -269,7 +269,8 @@ class LMS: return def update(self): - hosts = [x.strip() for x in self.hosts.split(',')] + + hosts = [x.strip() for x in self.hosts.split(',')] for host in hosts: logger.info('Sending library rescan command to LMS @ '+host)