From: Kristoffer Grönlund Date: Sun, 3 Jan 2010 00:28:19 +0000 (+0100) Subject: Yep, there was (at least one) bug X-Git-Url: http://git.maemo.org/git/?p=jamaendo;a=commitdiff_plain;h=fda3390eeaec1f6d46ae956862eadfee7ba43144 Yep, there was (at least one) bug --- 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)