From 376a103309c1bd179b05f576514653b3ce975130 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 13 Sep 2013 11:46:37 +0200 Subject: [PATCH] make pandora_client extract also work --- pandora_client/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora_client/__init__.py b/pandora_client/__init__.py index 3a388a4..1e64ee5 100644 --- a/pandora_client/__init__.py +++ b/pandora_client/__init__.py @@ -538,6 +538,7 @@ class Client(object): print "you need to login or run pandora_client extract offline" return self.update_encodes() + files = self.get_encodes(self._config['url']) for oshash in files: info = self.info(oshash)