Remove sleep from forced artist update

This commit is contained in:
Palli
2012-01-08 16:35:16 +00:00
parent 0a13c92a20
commit 8546f5711c

View File

@@ -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