From 0c81560f2c8a47f7e318a257b546782baf518d10 Mon Sep 17 00:00:00 2001 From: rembo10 Date: Mon, 9 Mar 2015 17:05:28 -0700 Subject: [PATCH] uggh, indentation --- headphones/webserve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/webserve.py b/headphones/webserve.py index f51356f0..a2798878 100644 --- a/headphones/webserve.py +++ b/headphones/webserve.py @@ -877,7 +877,7 @@ class WebInterface(object): cherrypy.response.headers['Content-type'] = 'application/json' return json_albums - @cherrypy.expose + @cherrypy.expose def getArtistjson(self, ArtistID, **kwargs): myDB = db.DBConnection() artist = myDB.action('SELECT * FROM artists WHERE ArtistID=?', [ArtistID]).fetchone()