mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-21 20:29:27 +00:00
reverse-merge earlier changes to this file, they are no longer needed
This commit is contained in:
@@ -25,7 +25,7 @@ import threading
|
||||
|
||||
import headphones
|
||||
|
||||
from headphones import logger, searcher, db, importer, mb, lastfm, librarysync, webfilters
|
||||
from headphones import logger, searcher, db, importer, mb, lastfm, librarysync
|
||||
from headphones.helpers import checked, radio
|
||||
|
||||
import lib.simplejson as simplejson
|
||||
@@ -46,9 +46,7 @@ def serve_template(templatename, **kwargs):
|
||||
return exceptions.html_error_template().render()
|
||||
|
||||
class WebInterface(object):
|
||||
|
||||
_cp_filters = [webfilters.HTTPSFilter()]
|
||||
|
||||
|
||||
def index(self):
|
||||
raise cherrypy.HTTPRedirect("home")
|
||||
index.exposed=True
|
||||
|
||||
Reference in New Issue
Block a user