From ffcaeaedec683920f6fc409035bda5f10067a997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Mazi=C3=A8re?= Date: Thu, 2 Jan 2014 17:08:40 +0100 Subject: [PATCH] grooveshark: fix unitialized property user_id in GroovesharkBrowser MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pierre Mazière --- modules/grooveshark/browser.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/grooveshark/browser.py b/modules/grooveshark/browser.py index d7719cd9..8bad0bb9 100644 --- a/modules/grooveshark/browser.py +++ b/modules/grooveshark/browser.py @@ -68,6 +68,8 @@ class GroovesharkBrowser(BaseBrowser): AUDIOS_FROM_SONG_RESULTS = None + user_id = None + def home(self): self.login() self.get_communication_token()