From 23682bc9d176ae0c889703f60a320d0e5dd3f540 Mon Sep 17 00:00:00 2001 From: rembo10 Date: Sun, 1 Jul 2012 21:25:25 +0530 Subject: [PATCH] Fixed ArtistID->artistid typo --- headphones/importer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/importer.py b/headphones/importer.py index fc0c1f56..284e2fff 100644 --- a/headphones/importer.py +++ b/headphones/importer.py @@ -99,7 +99,7 @@ def addArtisttoDB(artistid, extrasonly=False): myDB = db.DBConnection() # Delete from blacklist if it's on there - myDB.action('DELETE from blacklist WHERE ArtistID=?', [ArtistID]) + myDB.action('DELETE from blacklist WHERE ArtistID=?', [artistid]) # We need the current minimal info in the database instantly # so we don't throw a 500 error when we redirect to the artistPage