mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-20 16:03:59 +01:00
Remove sleep from add release from search results
This commit is contained in:
@@ -485,7 +485,6 @@ class WebInterface(object):
|
|||||||
|
|
||||||
def addReleaseById(self, rid):
|
def addReleaseById(self, rid):
|
||||||
threading.Thread(target=importer.addReleaseById, args=[rid]).start()
|
threading.Thread(target=importer.addReleaseById, args=[rid]).start()
|
||||||
time.sleep(5)
|
|
||||||
raise cherrypy.HTTPRedirect("home")
|
raise cherrypy.HTTPRedirect("home")
|
||||||
addReleaseById.exposed = True
|
addReleaseById.exposed = True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user