mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-06 19:59:44 +01:00
Remove sleep from get extras action
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user