From 4db710e4a3ea32d77d006a045b98415697bccc64 Mon Sep 17 00:00:00 2001 From: sbuser Date: Fri, 12 Aug 2011 20:31:17 -0500 Subject: [PATCH] eyeroll. --- headphones/webserve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/webserve.py b/headphones/webserve.py index c026cf5c..399d22ee 100644 --- a/headphones/webserve.py +++ b/headphones/webserve.py @@ -163,7 +163,7 @@ class WebInterface(object): raise cherrypy.HTTPRedirect(redirect) queueAlbum.exposed = True - def unqueueAlbum(self, AlbumID, ArtistID, new): + def unqueueAlbum(self, AlbumID, ArtistID): logger.info(u"Marking album: " + AlbumID + "as skipped...") myDB = db.DBConnection() controlValueDict = {'AlbumID': AlbumID}