Update notifiers.py

This commit is contained in:
NovaXeros
2014-04-16 21:01:14 +01:00
parent a1d0f14eb8
commit c96b043a19
+2 -1
View File
@@ -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)