From 407e303e96063218dacdced3653cc4bf6fced1b3 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 24 Feb 2012 23:32:49 +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 affc533..95010ba 100644 --- a/pandora_client/__init__.py +++ b/pandora_client/__init__.py @@ -330,7 +330,7 @@ class Client(object): path = os.path.normpath(path) if os.path.exists(path): - files += self.files(path).keys['info'] + files += self.files(path)['info'] def no_extras(oshash): for path in self.path(oshash): if '/extras' in path.lower() or \