despotify: Remove unused arguments

This commit is contained in:
Stein Magnus Jodal 2010-02-10 13:00:09 +01:00
parent a56e6fcd6e
commit fe4956ee48

View File

@ -15,7 +15,7 @@ logger = logging.getLogger(u'backends.despotify')
ENCODING = 'utf-8'
class DespotifyBackend(BaseBackend):
def __init__(self, *args, **kwargs):
def __init__(self):
self.current_playlist = DespotifyCurrentPlaylistController(backend=self)
self.library = DespotifyLibraryController(backend=self)
self.playback = DespotifyPlaybackController(backend=self)