mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-21 12:19:27 +00:00
Remove sleep from forced post processing
This commit is contained in:
@@ -277,7 +277,6 @@ class WebInterface(object):
|
||||
def forcePostProcess(self):
|
||||
from headphones import postprocessor
|
||||
threading.Thread(target=postprocessor.forcePostProcess).start()
|
||||
time.sleep(5)
|
||||
raise cherrypy.HTTPRedirect("home")
|
||||
forcePostProcess.exposed = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user