diff --git a/headphones/webserve.py b/headphones/webserve.py index 812d8ceb..abc22711 100644 --- a/headphones/webserve.py +++ b/headphones/webserve.py @@ -266,7 +266,6 @@ class WebInterface(object): def forceUpdate(self): from headphones import updater threading.Thread(target=updater.dbUpdate).start() - time.sleep(5) raise cherrypy.HTTPRedirect("home") forceUpdate.exposed = True