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