diff --git a/headphones/webserve.py b/headphones/webserve.py index 5518884a..13eb4272 100644 --- a/headphones/webserve.py +++ b/headphones/webserve.py @@ -151,7 +151,6 @@ class WebInterface(object): def addArtists(self, **args): threading.Thread(target=importer.artistlist_to_mbids, args=[args, True]).start() - time.sleep(5) raise cherrypy.HTTPRedirect("home") addArtists.exposed = True