From 0234f4dab957efb8afdcf1f0218c043ee0fb1b4c Mon Sep 17 00:00:00 2001 From: NovaXeros Date: Wed, 16 Apr 2014 20:06:19 +0100 Subject: [PATCH] Update notifiers.py --- headphones/notifiers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/notifiers.py b/headphones/notifiers.py index 801b4a83..dcc63803 100644 --- a/headphones/notifiers.py +++ b/headphones/notifiers.py @@ -247,7 +247,7 @@ class LMS: self.hosts = headphones.LMS_HOST def _sendjson(self, host): - data = {'id': 1, 'method': 'slim.request', 'params': ["",["rescan"]]} + data = {'id': 1, 'method': 'slim.request', 'params': ["",["rescan"]]} data = simplejson.JSONEncoder().encode(data) content = {'Content-Type': 'application/json'}