From b3d3d57e366fb6f32e21da680dd6abeebdb9621d Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Wed, 12 Feb 2014 19:01:47 +0530 Subject: [PATCH] send some data --- pandora_client/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_client/__init__.py b/pandora_client/__init__.py index 18aa299..ad44b9f 100644 --- a/pandora_client/__init__.py +++ b/pandora_client/__init__.py @@ -595,7 +595,7 @@ class Client(object): print 'sent info for %s files' % sent #send empty list to get updated list of requested info/files/data post = {'info': {}} - r = self.api.update({}) + r = self.api.update(post) if not 'data' in r: print r