mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-02 09:49:36 +01: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 = {
|
conf = {
|
||||||
'/': {
|
'/': {
|
||||||
'tools.staticdir.root': os.path.join(headphones.PROG_DIR, 'data'),
|
'tools.staticdir.root': os.path.join(headphones.PROG_DIR, 'data')
|
||||||
'tools.encode.on': True,
|
|
||||||
'tools.encode.encoding': 'utf-8'
|
|
||||||
},
|
},
|
||||||
'/interfaces':{
|
'/interfaces':{
|
||||||
'tools.staticdir.on': True,
|
'tools.staticdir.on': True,
|
||||||
|
|||||||
Reference in New Issue
Block a user