mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-21 20:29:27 +00:00
Took out utf-8 encoding in cherrypy webstart, merged pablos changes
This commit is contained in:
@@ -20,9 +20,7 @@ def initialize(options={}):
|
||||
|
||||
conf = {
|
||||
'/': {
|
||||
'tools.staticdir.root': os.path.join(headphones.PROG_DIR, 'data'),
|
||||
'tools.encode.on': True,
|
||||
'tools.encode.encoding': 'utf-8'
|
||||
'tools.staticdir.root': os.path.join(headphones.PROG_DIR, 'data')
|
||||
},
|
||||
'/interfaces':{
|
||||
'tools.staticdir.on': True,
|
||||
|
||||
Reference in New Issue
Block a user