From c96b043a198574b1a28ad46f9ce32549bc73313c Mon Sep 17 00:00:00 2001 From: NovaXeros Date: Wed, 16 Apr 2014 21:01:14 +0100 Subject: [PATCH] Update notifiers.py --- headphones/notifiers.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)