mirror of
https://github.com/rembo10/headphones.git
synced 2026-04-07 21:49:27 +01:00
Reverting back to old webServer without templates
This commit is contained in:
@@ -106,9 +106,8 @@ def serverstart():
|
||||
cherrypy.engine.subscribe('start', browser, priority=90)
|
||||
|
||||
logger.log(u"Starting Headphones on port:" + settings['http_port'])
|
||||
root = webServer.Headphones("data/interfaces/default/")
|
||||
cherrypy.quickstart(root, config = conf)
|
||||
|
||||
cherrypy.quickstart(webServer.Headphones(), config = conf)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
serverstart()
|
||||
|
||||
Reference in New Issue
Block a user