Fixed Clear History redirect

This commit is contained in:
Remy
2011-07-11 12:42:34 -07:00
parent 1d701bceb5
commit f918814911
+1 -1
View File
@@ -435,7 +435,7 @@ class Headphones:
c.execute('''DELETE from snatched''')
conn.commit()
c.close()
raise cherrypy.HTTPRedirect("/history")
raise cherrypy.HTTPRedirect("history")
clearhistory.exposed = True
def config(self):