From 9fda83ced2865e7dfa2c22660fd381d501cb4c89 Mon Sep 17 00:00:00 2001 From: Palli Date: Sun, 8 Jan 2012 16:43:24 +0000 Subject: [PATCH] Remove sleep from get extras action --- headphones/webserve.py | 1 - 1 file changed, 1 deletion(-) diff --git a/headphones/webserve.py b/headphones/webserve.py index abc22711..03c6d520 100644 --- a/headphones/webserve.py +++ b/headphones/webserve.py @@ -82,7 +82,6 @@ class WebInterface(object): newValueDict = {'IncludeExtras': 1} myDB.upsert("artists", newValueDict, controlValueDict) threading.Thread(target=importer.addArtisttoDB, args=[ArtistID, True]).start() - time.sleep(10) raise cherrypy.HTTPRedirect("artistPage?ArtistID=%s" % ArtistID) getExtras.exposed = True