From fda3390eeaec1f6d46ae956862eadfee7ba43144 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristoffer=20Gr=C3=B6nlund?= Date: Sun, 3 Jan 2010 01:28:19 +0100 Subject: [PATCH] Yep, there was (at least one) bug --- jamaendo/api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jamaendo/api.py b/jamaendo/api.py index 0d293bc..6748aaa 100644 --- a/jamaendo/api.py +++ b/jamaendo/api.py @@ -289,7 +289,6 @@ class CoverFetcher(threading.Thread): time.sleep(1.0) def process_cover(self, albumid, size, cb): - albumid, size, cb = job cover = self._fetch_cover(albumid, size) if cover: cb(albumid, size, cover) -- 1.7.9.5