Remove sleep from forced wanted album search

This commit is contained in:
Palli
2012-01-08 16:54:46 +00:00
parent 9fda83ced2
commit ed8641ccb7

View File

@@ -271,7 +271,6 @@ class WebInterface(object):
def forceSearch(self):
from headphones import searcher
threading.Thread(target=searcher.searchforalbum).start()
time.sleep(5)
raise cherrypy.HTTPRedirect("home")
forceSearch.exposed = True