From 375ecf6ff97b05b700714f4c25bc93ac9141ba46 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 20 Jan 2012 02:55:58 +0530 Subject: [PATCH] typo --- 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 5a2cb81..b2889ca 100644 --- a/pandora_client/__init__.py +++ b/pandora_client/__init__.py @@ -375,8 +375,8 @@ class Client(object): #send empty list to get updated list of requested info/files/data post = {'info': {}} r = self.api.update(post) + data = r['data']['data'] files = r['data']['file'] - datas = r['data']['data'] if files: print 'uploading %s files' % len(files)